UNPKG

@c8y/ngx-components

Version:

Angular modules for Cumulocity IoT applications

17 lines 361 B
export declare enum CommandDeliveryType { DEFAULT = "Default", SMS = "SMS" } export interface DeliveryType { name: string; default?: boolean; } export interface Command { id: string; name: string; text: string; deliveryTypes: string[]; command: string; category: string; } //# sourceMappingURL=device-shell.model.d.ts.map