UNPKG

@mcma/core

Version:

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

5 lines (4 loc) 137 B
import { Job, JobProperties } from "./job"; export declare class WorkflowJob extends Job { constructor(properties: JobProperties); }