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