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