Type Alias TWSEmbedFieldScalarWhereWithAggregatesInput

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