Type Alias TSEmbedFieldScalarWhereWithAggregatesInput

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