UNPKG

@c8y/client

Version:

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

10 lines 254 B
export interface IApplicationBinary { contextPath: string; id: number | string; binaryId?: string; name: string; description: string; created: string; length: number | string; } //# sourceMappingURL=IApplicationBinary.d.ts.map