UNPKG

@rcsb/rcsb-saguaro-app

Version:
9 lines (8 loc) 611 B
import { QueryPolymer_EntitiesArgs } from "@rcsb/rcsb-api-tools/lib/RcsbGraphQL/Types/Yosemite/GqlTypes"; import { PolymerEntityInstanceInterface } from "./PolymerEntityInstancesCollector"; import { MultipleDocumentPropertyCollectorInterface } from "./DataCollectorInterface"; export declare class MultipleEntityInstancesCollector implements MultipleDocumentPropertyCollectorInterface<"entity_ids", PolymerEntityInstanceInterface> { private readonly rcsbFvQuery; collect(requestConfig: QueryPolymer_EntitiesArgs): Promise<Array<PolymerEntityInstanceInterface>>; private static getEntityInstances; }