UNPKG

@c8y/ngx-components

Version:

Angular modules for Cumulocity IoT applications

14 lines 586 B
import { OperationStatusOption } from '@c8y/ngx-components/operations/shared'; export type OperationStatusOptionsMap = { [key in keyof typeof BULK_OPERATION_STATUS_LABELS]?: OperationStatusOption; }; export declare const BULK_OPERATION_STATUS_LABELS: { SCHEDULED: "Scheduled"; EXECUTING: "Executing"; CANCELED: "Canceled"; FAILED: "Completed with failures"; SUCCESSFUL: "Completed successfully"; DELETED: "Deleted"; }; export declare const BULK_OPERATION_STATUS_OPTIONS: OperationStatusOptionsMap; //# sourceMappingURL=bulk-operation-list-item.model.d.ts.map