Type Alias CSCustomMessageUpdateManyArgs<ExtArgs>

CSCustomMessageUpdateManyArgs<ExtArgs>: {
    data: XOR<CSCustomMessageUpdateManyMutationInput, CSCustomMessageUncheckedUpdateManyInput>;
    limit?: number;
    where?: CSCustomMessageWhereInput;
}

CSCustomMessage updateMany

Type Parameters

Type declaration