UNPKG

@c8y/client

Version:

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

8 lines 252 B
/** Description of ICustomProperties interface */ export interface ICustomProperties { /** Any keys */ [key: string]: any; /** Link to this Resource - optional property */ self?: string; } //# sourceMappingURL=ICustomProperties.d.ts.map