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