UNPKG

@c8y/client

Version:

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

18 lines 306 B
/** * ISource can be used when an id is mandantory. */ export interface ISource { /** * Unique identifier */ id: string; /** * Name of the resource */ name?: string; /** * Link to the resource */ self?: string; } //# sourceMappingURL=ISource.d.ts.map