Type Alias YTSEmbedFieldDefaultArgs<ExtArgs>

YTSEmbedFieldDefaultArgs<ExtArgs>: {
    include?: YTSEmbedFieldInclude<ExtArgs> | null;
    omit?: YTSEmbedFieldOmit<ExtArgs> | null;
    select?: YTSEmbedFieldSelect<ExtArgs> | null;
}

YTSEmbedField without action

Type Parameters

Type declaration