Type Alias GuildsForStreamer

GuildsForStreamer: {
    guilds: string[];
    streamerUsername: string;
}