@rcsb/rcsb-saguaro-app
Version:
RCSB 1D Saguaro Web App
9 lines (8 loc) • 611 B
TypeScript
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;
}