Type Alias WSMessageButtonUpdateManyArgs<ExtArgs>

WSMessageButtonUpdateManyArgs<ExtArgs>: {
    data: XOR<WSMessageButtonUpdateManyMutationInput, WSMessageButtonUncheckedUpdateManyInput>;
    limit?: number;
    where?: WSMessageButtonWhereInput;
}

WSMessageButton updateMany

Type Parameters

Type declaration