Documentation
    Preparing search index...

    Interface SpellResponse

    The response for a spell.

    interface SpellResponse {
        _links: { self: Href };
        description: string | null;
        id: number;
        media: Media;
        name: string;
    }

    Hierarchy

    • NameId
    • ResponseBase
      • SpellResponse
    Index

    Properties

    _links: { self: Href }
    description: string | null
    id: number
    media: Media
    name: string