Type Alias CFMessageEmbedScalarWhereWithAggregatesInput

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