Type Alias KSEmbedFieldDefaultArgs<ExtArgs>

KSEmbedFieldDefaultArgs<ExtArgs>: {
    include?: KSEmbedFieldInclude<ExtArgs> | null;
    omit?: KSEmbedFieldOmit<ExtArgs> | null;
    select?: KSEmbedFieldSelect<ExtArgs> | null;
}

KSEmbedField without action

Type Parameters

Type declaration