UNPKG

@c8y/client

Version:

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

9 lines 181 B
/** * An audit record can have one of the following change type */ export declare enum ChangeType { ADDED, REPLACED, REMOVED } //# sourceMappingURL=ChangeType.d.ts.map