Type Alias CSEmbedFieldDefaultArgs<ExtArgs>

CSEmbedFieldDefaultArgs<ExtArgs>: {
    include?: CSEmbedFieldInclude<ExtArgs> | null;
    omit?: CSEmbedFieldOmit<ExtArgs> | null;
    select?: CSEmbedFieldSelect<ExtArgs> | null;
}

CSEmbedField without action

Type Parameters

Type declaration