TTSEmbedFieldScalarWhereInput: {
    AND?: TTSEmbedFieldScalarWhereInput | TTSEmbedFieldScalarWhereInput[];
    NOT?: TTSEmbedFieldScalarWhereInput | TTSEmbedFieldScalarWhereInput[];
    OR?: TTSEmbedFieldScalarWhereInput[];
    dbId?: StringFilter<"TTSEmbedField"> | string;
    inline?: BoolNullableFilter<"TTSEmbedField"> | boolean | null;
    name?: StringFilter<"TTSEmbedField"> | string;
    ttsMessageEmbedId?: StringFilter<"TTSEmbedField"> | string;
    value?: StringNullableFilter<"TTSEmbedField"> | string | null;
}