/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ export type WorkflowModeIn = { /** * Path to the alternative parameter schema */ schema_path: string; /** * Name of the process the workflow should start with. Argument to the parameter '-entry' */ entrypoint: string; /** * Name of the workflow mode */ name: string; };