Documentation
    Preparing search index...

    Interface FetchOneCardResponse

    interface FetchOneCardResponse {
        artistName: string;
        attack: number;
        cardSetId: number;
        cardTypeId: number;
        classId: number;
        collectible: number;
        cropImage: string;
        flavorText: string | Record<Locales, string>;
        health: number;
        id: number;
        image: string | Record<Locales, string>;
        imageGold: string | Record<Locales, string>;
        isZilliaxCosmeticModule: boolean;
        isZilliaxFunctionalModule: boolean;
        keywordIds: number[];
        manaCost: number;
        multiClassIds: number[];
        name: string | Record<Locales, string>;
        rarityId: number;
        slug: string;
        text: string | Record<Locales, string>;
    }
    Index

    Properties

    artistName: string
    attack: number
    cardSetId: number
    cardTypeId: number
    classId: number
    collectible: number
    cropImage: string
    flavorText: string | Record<Locales, string>
    health: number
    id: number
    image: string | Record<Locales, string>
    imageGold: string | Record<Locales, string>
    isZilliaxCosmeticModule: boolean
    isZilliaxFunctionalModule: boolean
    keywordIds: number[]
    manaCost: number
    multiClassIds: number[]
    name: string | Record<Locales, string>
    rarityId: number
    slug: string
    text: string | Record<Locales, string>