Documentation
    Preparing search index...

    Interface AccountProfileSummaryResponse

    interface AccountProfileSummaryResponse {
        _links: Links;
        collections: Href;
        id: number;
        wow_accounts?: WowAccount[];
    }
    Index

    Properties

    _links: Links
    collections: Href
    id: number
    wow_accounts?: WowAccount[]