Type Alias GuildClipForwardScalarWhereWithAggregatesInput

GuildClipForwardScalarWhereWithAggregatesInput: {
    AND?: GuildClipForwardScalarWhereWithAggregatesInput | GuildClipForwardScalarWhereWithAggregatesInput[];
    NOT?: GuildClipForwardScalarWhereWithAggregatesInput | GuildClipForwardScalarWhereWithAggregatesInput[];
    OR?: GuildClipForwardScalarWhereWithAggregatesInput[];
    allowMature?: BoolNullableWithAggregatesFilter<"GuildClipForward"> | boolean | null;
    blacklistCategories?: StringNullableListFilter<"GuildClipForward">;
    blacklistClippers?: StringNullableListFilter<"GuildClipForward">;
    channelId?: StringNullableWithAggregatesFilter<"GuildClipForward"> | string | null;
    clipForwardId?: StringWithAggregatesFilter<"GuildClipForward"> | string;
    dbId?: StringWithAggregatesFilter<"GuildClipForward"> | string;
    guildId?: StringWithAggregatesFilter<"GuildClipForward"> | string;
    includeOffline?: BoolNullableWithAggregatesFilter<"GuildClipForward"> | boolean | null;
    lastClipAt?:
        | DateTimeNullableWithAggregatesFilter<"GuildClipForward">
        | Date
        | string
        | null;
    lastClipId?: StringNullableWithAggregatesFilter<"GuildClipForward"> | string | null;
    maxPerCycle?: IntNullableWithAggregatesFilter<"GuildClipForward"> | number | null;
    minDuration?: IntNullableWithAggregatesFilter<"GuildClipForward"> | number | null;
    minViews?: IntNullableWithAggregatesFilter<"GuildClipForward"> | number | null;
    pingRoleId?: StringNullableWithAggregatesFilter<"GuildClipForward"> | string | null;
    platform?: EnumPlatformEnumWithAggregatesFilter<"GuildClipForward"> | PlatformEnum;
    showNotifyButton?: BoolNullableWithAggregatesFilter<"GuildClipForward"> | boolean | null;
    streamerUserName?: StringWithAggregatesFilter<"GuildClipForward"> | string;
    usePerStreamerEmbeds?: BoolNullableWithAggregatesFilter<"GuildClipForward"> | boolean | null;
    whitelistCategories?: StringNullableListFilter<"GuildClipForward">;
    whitelistClippers?: StringNullableListFilter<"GuildClipForward">;
}