Type Alias TTSEmbedFieldScalarWhereWithAggregatesInput

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