Type Alias GuildCustomBotProfileScalarWhereWithAggregatesInput

GuildCustomBotProfileScalarWhereWithAggregatesInput: {
    AND?: GuildCustomBotProfileScalarWhereWithAggregatesInput | GuildCustomBotProfileScalarWhereWithAggregatesInput[];
    NOT?: GuildCustomBotProfileScalarWhereWithAggregatesInput | GuildCustomBotProfileScalarWhereWithAggregatesInput[];
    OR?: GuildCustomBotProfileScalarWhereWithAggregatesInput[];
    avatarKey?: StringNullableWithAggregatesFilter<"GuildCustomBotProfile"> | string | null;
    bannerKey?: StringNullableWithAggregatesFilter<"GuildCustomBotProfile"> | string | null;
    bio?: StringNullableWithAggregatesFilter<"GuildCustomBotProfile"> | string | null;
    dbId?: StringWithAggregatesFilter<"GuildCustomBotProfile"> | string;
    enabled?: BoolWithAggregatesFilter<"GuildCustomBotProfile"> | boolean;
    guildId?: StringWithAggregatesFilter<"GuildCustomBotProfile"> | string;
    nick?: StringNullableWithAggregatesFilter<"GuildCustomBotProfile"> | string | null;
}