UNPKG

@mcma/core

Version:

Node module with type definitions and helper utils for the EBU MCMA framework

11 lines (10 loc) 292 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.WorkflowJob = void 0; const job_1 = require("./job"); class WorkflowJob extends job_1.Job { constructor(properties) { super("WorkflowJob", properties); } } exports.WorkflowJob = WorkflowJob;