UNPKG

@c8y/client

Version:

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

10 lines 202 B
/** * An Operation can have one of the following states. */ export declare enum OperationStatus { PENDING, EXECUTING, SUCCESSFUL, FAILED } //# sourceMappingURL=OperationStatus.d.ts.map