Type Alias GuildStreamRoleFilterGroupByOutputType

GuildStreamRoleFilterGroupByOutputType: {
    _count: GuildStreamRoleFilterCountAggregateOutputType | null;
    _max: GuildStreamRoleFilterMaxAggregateOutputType | null;
    _min: GuildStreamRoleFilterMinAggregateOutputType | null;
    dbId: string;
    guildStreamRoleId: string;
    mode: FilterEnum;
    roles: string[];
}