Type Alias TWSMessageButtonUpdateManyArgs<ExtArgs>

TWSMessageButtonUpdateManyArgs<ExtArgs>: {
    data: XOR<TWSMessageButtonUpdateManyMutationInput, TWSMessageButtonUncheckedUpdateManyInput>;
    limit?: number;
    where?: TWSMessageButtonWhereInput;
}

TWSMessageButton updateMany

Type Parameters

Type declaration