interface Identity {
    badges: Kick.Badge[];
    color: string;
}

Properties

Properties

badges: Kick.Badge[]
color: string