Type Alias ClientUpdateArgs<ExtArgs>

ClientUpdateArgs<ExtArgs>: {
    data: XOR<ClientUpdateInput, ClientUncheckedUpdateInput>;
    include?: ClientInclude<ExtArgs> | null;
    omit?: ClientOmit<ExtArgs> | null;
    select?: ClientSelect<ExtArgs> | null;
    where: ClientWhereUniqueInput;
}

Client update

Type Parameters

Type declaration