Type Alias GuildClipForwardMaxAggregateOutputType

GuildClipForwardMaxAggregateOutputType: {
    allowMature: boolean | null;
    channelId: string | null;
    clipForwardId: string | null;
    dbId: string | null;
    guildId: string | null;
    includeOffline: boolean | null;
    lastClipAt: Date | null;
    lastClipId: string | null;
    maxPerCycle: number | null;
    minDuration: number | null;
    minViews: number | null;
    pingRoleId: string | null;
    platform: PlatformEnum | null;
    showNotifyButton: boolean | null;
    streamerUserName: string | null;
    usePerStreamerEmbeds: boolean | null;
}