UNPKG

@c8y/client

Version:

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

6 lines 188 B
/** Description of IDevicePermissions interface */ export interface IDevicePermissions { /** Any keys */ [key: string]: string[]; } //# sourceMappingURL=IDevicePermissions.d.ts.map