Documentation
    Preparing search index...

    Interface SpellSearchResponseItem

    The response for a spell search.

    interface SpellSearchResponseItem {
        data: {
            id: number;
            media: { id: number };
            name: Record<Locales, string | undefined>;
        };
        key: Href;
    }

    Hierarchy

    • KeyBase
      • SpellSearchResponseItem
    Index

    Properties

    Properties

    data: {
        id: number;
        media: { id: number };
        name: Record<Locales, string | undefined>;
    }
    key: Href