Interface UserNameData

interface UserNameData {
    allowIcon?: boolean;
    amount?: number;
    anonymity?: boolean;
    badges: BaseBadge[];
    icon: string;
    id: string;
    interval?: number;
    label: string;
    lang: string[];
    lcts: string;
    lst: string;
    memo: string;
    nameHistory: string[];
    nickname: string;
    screenName?: string;
    service?: keyof ServiceList;
    tc: number;
    tgc: number;
    username?: string;
}

Properties

allowIcon?: boolean
amount?: number
anonymity?: boolean
badges: BaseBadge[]
icon: string
id: string
interval?: number
label: string
lang: string[]
lcts: string
lst: string
memo: string
nameHistory: string[]
nickname: string
screenName?: string
service?: keyof ServiceList
tc: number
tgc: number
username?: string