Type Alias TSMessageEmbedScalarWhereWithAggregatesInput

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