Type Alias TWSEmbedFieldDefaultArgs<ExtArgs>

TWSEmbedFieldDefaultArgs<ExtArgs>: {
    include?: TWSEmbedFieldInclude<ExtArgs> | null;
    omit?: TWSEmbedFieldOmit<ExtArgs> | null;
    select?: TWSEmbedFieldSelect<ExtArgs> | null;
}

TWSEmbedField without action

Type Parameters

Type declaration