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