Type Alias WSEmbedFieldCreateArgs<ExtArgs>

WSEmbedFieldCreateArgs<ExtArgs>: {
    data: XOR<WSEmbedFieldCreateInput, WSEmbedFieldUncheckedCreateInput>;
    include?: WSEmbedFieldInclude<ExtArgs> | null;
    omit?: WSEmbedFieldOmit<ExtArgs> | null;
    select?: WSEmbedFieldSelect<ExtArgs> | null;
}

WSEmbedField create

Type Parameters

Type declaration