Type Alias CFCustomMessageUpdateManyArgs<ExtArgs>

CFCustomMessageUpdateManyArgs<ExtArgs>: {
    data: XOR<CFCustomMessageUpdateManyMutationInput, CFCustomMessageUncheckedUpdateManyInput>;
    limit?: number;
    where?: CFCustomMessageWhereInput;
}

CFCustomMessage updateMany

Type Parameters

Type declaration