Type Alias CFEmbedFieldScalarWhereWithAggregatesInput

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