WorkflowVersionJobsResponse: {
    id: string;
    identifier: string;
    label: string;
    optional: boolean;
    ordination: number;
    steps?: WorkflowVersionJobStepsResponse[];
}

Type declaration