UNPKG

@rcsb/rcsb-saguaro-app

Version:
9 lines (8 loc) 529 B
import { CoreEntry, QueryEntryArgs } from "@rcsb/rcsb-api-tools/lib/RcsbGraphQL/Types/Yosemite/GqlTypes"; import { RcsbCoreQueryInterface } from "./RcsbCoreQueryInterface"; import { GraphQLRequest } from "@rcsb/rcsb-api-tools/lib/RcsbGraphQL/GraphQLRequest"; export declare class RcsbQueryEntryInstances implements RcsbCoreQueryInterface<QueryEntryArgs, CoreEntry> { readonly getClient: () => GraphQLRequest; constructor(getClient: () => GraphQLRequest); request(requestConfig: QueryEntryArgs): Promise<CoreEntry>; }