GuildStreamRoleGroupByOutputType: {
    _count: GuildStreamRoleCountAggregateOutputType | null;
    _max: GuildStreamRoleMaxAggregateOutputType | null;
    _min: GuildStreamRoleMinAggregateOutputType | null;
    applyTo: PlatformEnum[];
    applyToStreamers: string[];
    categoryTexts: string[];
    dbId: string;
    guildId: string;
    roleId: string;
    source: StreamRoleSourceEnum;
    texts: string[];
    titleTexts: string[];
}