Type Alias GuildStickyEmbedFieldScalarWhereWithAggregatesInput

GuildStickyEmbedFieldScalarWhereWithAggregatesInput: {
    AND?: GuildStickyEmbedFieldScalarWhereWithAggregatesInput | GuildStickyEmbedFieldScalarWhereWithAggregatesInput[];
    NOT?: GuildStickyEmbedFieldScalarWhereWithAggregatesInput | GuildStickyEmbedFieldScalarWhereWithAggregatesInput[];
    OR?: GuildStickyEmbedFieldScalarWhereWithAggregatesInput[];
    dbId?: StringWithAggregatesFilter<"GuildStickyEmbedField"> | string;
    guildStickyMessageEmbedId?: StringWithAggregatesFilter<"GuildStickyEmbedField"> | string;
    inline?: BoolNullableWithAggregatesFilter<"GuildStickyEmbedField"> | boolean | null;
    name?: StringWithAggregatesFilter<"GuildStickyEmbedField"> | string;
    value?: StringNullableWithAggregatesFilter<"GuildStickyEmbedField"> | string | null;
}