Type Alias ClientDefaultArgs<ExtArgs>

ClientDefaultArgs<ExtArgs>: {
    include?: ClientInclude<ExtArgs> | null;
    omit?: ClientOmit<ExtArgs> | null;
    select?: ClientSelect<ExtArgs> | null;
}

Client without action

Type Parameters

Type declaration