Type Alias WSMessageEmbedScalarWhereWithAggregatesInput

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