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