Type Alias YTSMessageEmbedScalarWhereWithAggregatesInput

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