UNPKG

@rcsb/rcsb-saguaro-app

Version:
11 lines (10 loc) 390 B
import { FeaturesType } from "@rcsb/rcsb-api-tools/lib/RcsbGraphQL/Types/Borrego/GqlTypes"; declare const ExtendedTypes: { BurialFraction: FeaturesType; BuriedResidues: FeaturesType; }; type MergedType = typeof FeaturesType & typeof ExtendedTypes; declare const MergedType: MergedType; type FeatureType = typeof MergedType; export declare const FeatureType: FeatureType; export {};