Type Alias KickClipperScalarWhereWithAggregatesInput

KickClipperScalarWhereWithAggregatesInput: {
    AND?: KickClipperScalarWhereWithAggregatesInput | KickClipperScalarWhereWithAggregatesInput[];
    NOT?: KickClipperScalarWhereWithAggregatesInput | KickClipperScalarWhereWithAggregatesInput[];
    OR?: KickClipperScalarWhereWithAggregatesInput[];
    blacklistedStreamerNames?: StringNullableListFilter<"KickClipper">;
    clipChannelId?: StringNullableWithAggregatesFilter<"KickClipper"> | string | null;
    clipEnabled?: BoolNullableWithAggregatesFilter<"KickClipper"> | boolean | null;
    clipPingRoleId?: StringNullableWithAggregatesFilter<"KickClipper"> | string | null;
    clipperUserName?: StringWithAggregatesFilter<"KickClipper"> | string;
    dbId?: StringWithAggregatesFilter<"KickClipper"> | string;
    guildId?: StringWithAggregatesFilter<"KickClipper"> | string;
    showNotifyButton?: BoolNullableWithAggregatesFilter<"KickClipper"> | boolean | null;
    webhookAvatarUrl?: StringNullableWithAggregatesFilter<"KickClipper"> | string | null;
    webhookEnabled?: BoolNullableWithAggregatesFilter<"KickClipper"> | boolean | null;
    webhookUsername?: StringNullableWithAggregatesFilter<"KickClipper"> | string | null;
    whitelistedStreamerNames?: StringNullableListFilter<"KickClipper">;
}