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