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