UNPKG

@c8y/ngx-components

Version:

Angular modules for Cumulocity IoT applications

12 lines 320 B
import { BulkOperationType } from './bulk-operation.model'; export interface OperationType { type: BulkOperationType; name: string; path: string; fragments: string[]; component: any; icon?: string; c8yIcon?: string; selected?: boolean; } //# sourceMappingURL=operation-type.model.d.ts.map