Type Alias WSEmbedFieldDefaultArgs<ExtArgs>

WSEmbedFieldDefaultArgs<ExtArgs>: {
    include?: WSEmbedFieldInclude<ExtArgs> | null;
    omit?: WSEmbedFieldOmit<ExtArgs> | null;
    select?: WSEmbedFieldSelect<ExtArgs> | null;
}

WSEmbedField without action

Type Parameters

Type declaration