Type Alias YTSEmbedFieldScalarWhereWithAggregatesInput

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