Type Alias GuildNotificationOverrideScalarWhereWithAggregatesInput

GuildNotificationOverrideScalarWhereWithAggregatesInput: {
    AND?: GuildNotificationOverrideScalarWhereWithAggregatesInput | GuildNotificationOverrideScalarWhereWithAggregatesInput[];
    NOT?: GuildNotificationOverrideScalarWhereWithAggregatesInput | GuildNotificationOverrideScalarWhereWithAggregatesInput[];
    OR?: GuildNotificationOverrideScalarWhereWithAggregatesInput[];
    actions?: EnumOverridesEnumNullableListFilter<"GuildNotificationOverride">;
    applyTo?: EnumPlatformEnumNullableListFilter<"GuildNotificationOverride">;
    dbId?: StringWithAggregatesFilter<"GuildNotificationOverride"> | string;
    durationMinutes?: IntNullableWithAggregatesFilter<"GuildNotificationOverride"> | number | null;
    guildId?: StringWithAggregatesFilter<"GuildNotificationOverride"> | string;
    overrideChannelId?: StringNullableWithAggregatesFilter<"GuildNotificationOverride"> | string | null;
    overridePingRoleId?: StringNullableWithAggregatesFilter<"GuildNotificationOverride"> | string | null;
    priorityOnConflict?: IntWithAggregatesFilter<"GuildNotificationOverride"> | number;
    query?: StringNullableListFilter<"GuildNotificationOverride">;
    queryIn?: EnumQueryInEnumNullableListFilter<"GuildNotificationOverride">;
}