Type Alias: BatchOperationCreatedResult
type BatchOperationCreatedResult = object;
Defined in: gen/types.gen.ts:687
The created batch operation.
Properties
batchOperationKey?
optional batchOperationKey: BatchOperationKey;
Defined in: gen/types.gen.ts:691
Key of the batch operation.
batchOperationType?
optional batchOperationType: BatchOperationTypeEnum;
Defined in: gen/types.gen.ts:692