UNPKG

@c8y/client

Version:

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

10 lines 286 B
/** Description of IRole interface */ export interface IRole { /** Uniquely identifies a Role */ id?: string; /** Descriptive Name of the Role */ name?: string; /** Link to this Resource - optional property */ self?: string; } //# sourceMappingURL=IRole.d.ts.map