Type Alias RSEmbedFieldDefaultArgs<ExtArgs>

RSEmbedFieldDefaultArgs<ExtArgs>: {
    include?: RSEmbedFieldInclude<ExtArgs> | null;
    omit?: RSEmbedFieldOmit<ExtArgs> | null;
    select?: RSEmbedFieldSelect<ExtArgs> | null;
}

RSEmbedField without action

Type Parameters

Type declaration