Type Alias GuildStickyMessageEmbedScalarWhereWithAggregatesInput

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