interface AccountDto {
    gameName?: string;
    puuid: string;
    tagLine?: string;
    [key: string]: any;
}

Indexable

  • [key: string]: any

Properties

gameName?: string

This field may be excluded from the response if the account doesn't have a gameName.

puuid: string
tagLine?: string

This field may be excluded from the response if the account doesn't have a tagLine.