Type Alias WSCustomMessageUpdateManyArgs<ExtArgs>

WSCustomMessageUpdateManyArgs<ExtArgs>: {
    data: XOR<WSCustomMessageUpdateManyMutationInput, WSCustomMessageUncheckedUpdateManyInput>;
    limit?: number;
    where?: WSCustomMessageWhereInput;
}

WSCustomMessage updateMany

Type Parameters

Type declaration