UNPKG

@c8y/client

Version:

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

5 lines 147 B
import { IIdentified } from './IIdentified'; export interface INamed extends IIdentified { name: string; } //# sourceMappingURL=INamed.d.ts.map