@c8y/ngx-components
Version:
Angular modules for Cumulocity IoT applications
12 lines • 320 B
TypeScript
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