Type Alias KSEmbedFieldScalarWhereWithAggregatesInput

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