Type Alias TTSMessageEmbedScalarWhereWithAggregatesInput

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