import { Participant, Workstep } from '.'; import { Model } from '../model'; export declare type Workflow = Model & { id: string; created_at: string; status: string; version: string; name: string; participants: Participant[]; workgroup_id: string; shield: string; worksteps: Workstep[]; workflow_id: string; }; //# sourceMappingURL=workflow.d.ts.map