WorkflowResponse3: {
    env: EnvResponse | null;
    inputs: { [key: string]: any };
    jobs: JobResponse3[];
    name: string;
}

Type declaration