UNPKG

@c8y/client

Version:

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

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