Documentation
    Preparing search index...

    Interface CharacterTitlesSummaryResponse

    interface CharacterTitlesSummaryResponse {
        _links: { self: Href };
        active_title: NameIdKey & { display_string: string };
        character: Character;
        titles: NameIdKey[];
    }

    Hierarchy

    • ResponseBase
      • CharacterTitlesSummaryResponse
    Index

    Properties

    _links: { self: Href }
    active_title: NameIdKey & { display_string: string }
    character: Character
    titles: NameIdKey[]