UNPKG

@rcsb/rcsb-saguaro-app

Version:
9 lines (8 loc) 359 B
import { RcsbChartInterface } from "../../../../RcsbSeacrh/FacetTools"; export interface ResidueChartInterface { granularity: "entry" | "assembly" | "instance" | "entity"; rcsbId: string; } export declare namespace ResidueChartTools { function getResidueDistribution(residueChart: ResidueChartInterface): Promise<Promise<RcsbChartInterface[]>>; }