Type Alias RSEmbedFieldScalarWhereWithAggregatesInput

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