Documentation
    Preparing search index...

    Interface MetadataResponse

    interface MetadataResponse {
        avatarUrl: string;
        name: string;
        profileId: string;
        profileUrl: string;
        realmId: number;
        regionId: number;
    }
    Index

    Properties

    avatarUrl: string
    name: string
    profileId: string
    profileUrl: string
    realmId: number
    regionId: number