Type Alias GuildEmbedFieldScalarWhereWithAggregatesInput

GuildEmbedFieldScalarWhereWithAggregatesInput: {
    AND?: GuildEmbedFieldScalarWhereWithAggregatesInput | GuildEmbedFieldScalarWhereWithAggregatesInput[];
    NOT?: GuildEmbedFieldScalarWhereWithAggregatesInput | GuildEmbedFieldScalarWhereWithAggregatesInput[];
    OR?: GuildEmbedFieldScalarWhereWithAggregatesInput[];
    dbId?: StringWithAggregatesFilter<"GuildEmbedField"> | string;
    guildMessageEmbedId?: StringWithAggregatesFilter<"GuildEmbedField"> | string;
    inline?: BoolNullableWithAggregatesFilter<"GuildEmbedField"> | boolean | null;
    name?: StringWithAggregatesFilter<"GuildEmbedField"> | string;
    value?: StringNullableWithAggregatesFilter<"GuildEmbedField"> | string | null;
}