interface User {
    badges: Kick.Badge[];
    banned: any;
    following_since: string;
    id: number;
    is_channel_owner: boolean;
    is_moderator: boolean;
    is_staff: boolean;
    profile_pic: null | string;
    slug: string;
    subscribed_for: number;
    username: string;
}

Properties

badges: Kick.Badge[]
banned: any
following_since: string
id: number
is_channel_owner: boolean
is_moderator: boolean
is_staff: boolean
profile_pic: null | string
slug: string
subscribed_for: number
username: string