Type Alias GuildAutoLiveRoleFilterGroupByOutputType

GuildAutoLiveRoleFilterGroupByOutputType: {
    _count: GuildAutoLiveRoleFilterCountAggregateOutputType | null;
    _max: GuildAutoLiveRoleFilterMaxAggregateOutputType | null;
    _min: GuildAutoLiveRoleFilterMinAggregateOutputType | null;
    dbId: string;
    guildAutoLiveRoleId: string;
    mode: FilterEnum;
    roles: string[];
}