/** * This file was auto-generated by Fern from our API Definition. */ /** * Workflow initialization error. */ export interface WorkflowInitializationError { code: string; message: string; }