Type Alias CSEmbedFieldScalarWhereWithAggregatesInput

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