import { WorkflowManifest } from './workflow-manifest'; export interface RootManifest { workflows?: WorkflowManifest[]; application; }