Type Alias ClientCreateArgs<ExtArgs>

ClientCreateArgs<ExtArgs>: {
    data: XOR<ClientCreateInput, ClientUncheckedCreateInput>;
    include?: ClientInclude<ExtArgs> | null;
    omit?: ClientOmit<ExtArgs> | null;
    select?: ClientSelect<ExtArgs> | null;
}

Client create

Type Parameters

Type declaration