Type Alias CSMessageEmbedScalarWhereWithAggregatesInput

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