From 14cd76557aaa88f58d1cff8c2e7e1371d4ee02d4 Mon Sep 17 00:00:00 2001 From: Swaathik Date: Thu, 9 Jul 2026 14:34:02 +0100 Subject: [PATCH] Revert "Update AF schema" --- packages/nightingale-structure/src/nightingale-structure.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/packages/nightingale-structure/src/nightingale-structure.ts b/packages/nightingale-structure/src/nightingale-structure.ts index 06e5d047..7e825157 100644 --- a/packages/nightingale-structure/src/nightingale-structure.ts +++ b/packages/nightingale-structure/src/nightingale-structure.ts @@ -86,10 +86,6 @@ export type AlphaFoldPayload = Array<{ amAnnotationsUrl?: string; amAnnotationsHg19Url?: string; amAnnotationsHg38Url?: string; - chainId: string; - isComplex?: boolean; - assemblyType?: string; - oligomericState?: string; }>; const uniProtMappingUrl = "https://www.ebi.ac.uk/pdbe/api/mappings/uniprot/";