Type Alias GuildFixUrlScalarWhereWithAggregatesInput

GuildFixUrlScalarWhereWithAggregatesInput: {
    AND?: GuildFixUrlScalarWhereWithAggregatesInput | GuildFixUrlScalarWhereWithAggregatesInput[];
    NOT?: GuildFixUrlScalarWhereWithAggregatesInput | GuildFixUrlScalarWhereWithAggregatesInput[];
    OR?: GuildFixUrlScalarWhereWithAggregatesInput[];
    blacklistedChannels?: StringNullableListFilter<"GuildFixUrl">;
    dbId?: StringWithAggregatesFilter<"GuildFixUrl"> | string;
    enabled?: BoolWithAggregatesFilter<"GuildFixUrl"> | boolean;
    guildId?: StringWithAggregatesFilter<"GuildFixUrl"> | string;
    webhookEnabled?: BoolWithAggregatesFilter<"GuildFixUrl"> | boolean;
    webhookId?: StringNullableWithAggregatesFilter<"GuildFixUrl"> | string | null;
    webhookToken?: StringNullableWithAggregatesFilter<"GuildFixUrl"> | string | null;
}