Documentation
    Preparing search index...

    Interface SingleCardBackSearchResponse

    interface SingleCardBackSearchResponse {
        id: number;
        image: string;
        name: string | Record<Locales, string>;
        slug: string;
        sortCategory: number;
        text: string | Record<Locales, string>;
    }
    Index

    Properties

    id: number
    image: string
    name: string | Record<Locales, string>
    slug: string
    sortCategory: number
    text: string | Record<Locales, string>