UNPKG

@c8y/client

Version:

Client application programming interface to access the Cumulocity IoT-Platform REST services.

10 lines 215 B
/** * A bulk operation can have one of the following states. */ export declare enum OperationBulkStatus { ACTIVE, IN_PROGRESS, COMPLETED, DELETED } //# sourceMappingURL=OperationBulkStatus.d.ts.map