GetWorkflowResponse: {
    accountSlug?: string;
    commands?: GetWorkflowCommandResponse;
    createdAt: string;
    createdBy: string;
    description?: string;
    displayName?: string;
    documentation?: DocumentationContentResponse;
    id: string;
    isDocumented: boolean;
    jobs?: WorkflowVersionJobsResponse[];
    qualifier: string;
    repository?: string;
    slug: string;
    status: string;
    studio: WorkflowStudioResponse;
    studioSlug: string;
    type: string;
    updatedAt?: string;
    version: string;
    workflowVersionId: string;
}

Type declaration