BatchOperation
OCP App SDK / BatchOperation
BatchOperation<T>
<
T
>Function
Type parameters
T
Type declaration
Signature
(batch: T[]): Promise<any>;
Parameters
Name | Type |
---|---|
batch | T [] |
Returns
Promise
<any
>
Defined in: src/app/lib/Batcher.ts:1
Updated 2 months ago