UNPKG

@c8y/client

Version:

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

6 lines 144 B
export interface IIdentified { id?: string | number; toJSON?(): any; [key: string]: any; } //# sourceMappingURL=IIdentified.d.ts.map