Documentation
    Preparing search index...

    Interface FetchOneCardResponse

    interface FetchOneCardResponse {
        armor?: number;
        artistName: string | null;
        attack?: number;
        cardSetId: number;
        cardTypeId: number;
        childIds?: number[];
        classId: number | null;
        collectible: number;
        copyOfCardId?: number[];
        cropImage: string | null;
        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;
        mercenaryHero?: MercenaryHero;
        minionTypeId?: number;
        multiClassIds: number[];
        multiTypeIds?: number[];
        name: string | Record<Locales, string>;
        parentId?: number;
        rarityId?: number | null;
        slug: string;
        spellSchoolId?: number;
        text: string | Record<Locales, string>;
    }
    Index
    armor?: number
    artistName: string | null
    attack?: number
    cardSetId: number
    cardTypeId: number
    childIds?: number[]
    classId: number | null
    collectible: number
    copyOfCardId?: number[]
    cropImage: string | null
    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
    mercenaryHero?: MercenaryHero
    minionTypeId?: number
    multiClassIds: number[]
    multiTypeIds?: number[]
    name: string | Record<Locales, string>
    parentId?: number
    rarityId?: number | null
    slug: string
    spellSchoolId?: number
    text: string | Record<Locales, string>