Interface APIOwner

Enka API Owner type

interface APIOwner {
    hash?: string;
    id: number;
    profile: APIProfile;
    username: string;
}

Properties

hash?: string

Hash

id: number

Enka Network Account ID

profile: APIProfile

Profile

username: string

User Name