UNPKG

@c8y/client

Version:

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

15 lines 333 B
export interface IApplicationVersion { version: string; tags?: string[]; binaryId: string; } export type IApplicationVersionDeleteParams = { tag: string; version?: never; binaryId?: string; } | { tag?: never; version: string; binaryId?: string; }; //# sourceMappingURL=IApplicationVersion.d.ts.map