@c8y/ngx-components
Version:
Angular modules for Cumulocity IoT applications
10 lines • 351 B
TypeScript
import { IOperation } from '@c8y/client';
import { OperationSchedule } from '@c8y/ngx-components/operations/bulk-operation-scheduler';
export interface OperationDetails {
name?: string;
description?: string;
note?: string;
prototype: IOperation;
schedule?: OperationSchedule;
}
//# sourceMappingURL=operation-details.model.d.ts.map