Type Alias GuildClipForwardGroupByOutputType

GuildClipForwardGroupByOutputType: {
    _avg: GuildClipForwardAvgAggregateOutputType | null;
    _count: GuildClipForwardCountAggregateOutputType | null;
    _max: GuildClipForwardMaxAggregateOutputType | null;
    _min: GuildClipForwardMinAggregateOutputType | null;
    _sum: GuildClipForwardSumAggregateOutputType | null;
    allowMature: boolean | null;
    blacklistCategories: string[];
    blacklistClippers: string[];
    channelId: string | null;
    clipForwardId: string;
    dbId: string;
    guildId: string;
    includeOffline: boolean | null;
    lastClipAt: Date | null;
    lastClipId: string | null;
    maxPerCycle: number | null;
    minDuration: number | null;
    minViews: number | null;
    pingRoleId: string | null;
    platform: PlatformEnum;
    showNotifyButton: boolean | null;
    streamerUserName: string;
    usePerStreamerEmbeds: boolean | null;
    whitelistCategories: string[];
    whitelistClippers: string[];
}