Type Alias WSEmbedFieldScalarWhereWithAggregatesInput

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