Type Alias GuildStarboardFilterGroupByOutputType

GuildStarboardFilterGroupByOutputType: {
    _count: GuildStarboardFilterCountAggregateOutputType | null;
    _max: GuildStarboardFilterMaxAggregateOutputType | null;
    _min: GuildStarboardFilterMinAggregateOutputType | null;
    channelMode: FilterEnum | null;
    channels: string[];
    dbId: string;
    guildStarboardId: string;
    roleMode: FilterEnum | null;
    roles: string[];
}