interface UserInfo {
    icon: string;
    isOwner: boolean;
    isStreamer: boolean;
    name: string;
    userId: string;
}

Properties

icon: string
isOwner: boolean
isStreamer: boolean
name: string
userId: string