import type { CreateWorkflowDetails } from '../models';

export interface CreateWorkflow extends CreateWorkflowDetails {}
