Type Alias TWSMessageEmbedScalarWhereWithAggregatesInput

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