UNPKG

@c8y/client

Version:

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

13 lines 410 B
import { IIdentified } from '../core/index.js'; /** Description of IUserInventoryRole interface */ export interface IUserInventoryRole { /** UUniquely identifies a user inventory role */ id?: number; /** */ managedObject: string; /** List of role references */ roles: IIdentified[]; /** Link to this Resource */ self?: string; } //# sourceMappingURL=IUserInventoryRole.d.ts.map