Type Alias GuildMessageEmbedScalarWhereWithAggregatesInput

GuildMessageEmbedScalarWhereWithAggregatesInput: {
    AND?: GuildMessageEmbedScalarWhereWithAggregatesInput | GuildMessageEmbedScalarWhereWithAggregatesInput[];
    NOT?: GuildMessageEmbedScalarWhereWithAggregatesInput | GuildMessageEmbedScalarWhereWithAggregatesInput[];
    OR?: GuildMessageEmbedScalarWhereWithAggregatesInput[];
    author?: StringNullableWithAggregatesFilter<"GuildMessageEmbed"> | string | null;
    authorIcon?: StringNullableWithAggregatesFilter<"GuildMessageEmbed"> | string | null;
    color?: StringNullableWithAggregatesFilter<"GuildMessageEmbed"> | string | null;
    dbId?: StringWithAggregatesFilter<"GuildMessageEmbed"> | string;
    description?: StringWithAggregatesFilter<"GuildMessageEmbed"> | string;
    footer?: StringNullableWithAggregatesFilter<"GuildMessageEmbed"> | string | null;
    footerIcon?: StringNullableWithAggregatesFilter<"GuildMessageEmbed"> | string | null;
    guildCustomMessageId?: StringWithAggregatesFilter<"GuildMessageEmbed"> | string;
    image?: StringNullableWithAggregatesFilter<"GuildMessageEmbed"> | string | null;
    thumbnail?: StringNullableWithAggregatesFilter<"GuildMessageEmbed"> | string | null;
    title?: StringNullableWithAggregatesFilter<"GuildMessageEmbed"> | string | null;
    url?: StringNullableWithAggregatesFilter<"GuildMessageEmbed"> | string | null;
}