Type Alias TSEmbedFieldDefaultArgs<ExtArgs>

TSEmbedFieldDefaultArgs<ExtArgs>: {
    include?: TSEmbedFieldInclude<ExtArgs> | null;
    omit?: TSEmbedFieldOmit<ExtArgs> | null;
    select?: TSEmbedFieldSelect<ExtArgs> | null;
}

TSEmbedField without action

Type Parameters

Type declaration