UNPKG

@rcsb/rcsb-saguaro-app

Version:
13 lines (12 loc) 511 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FeatureType = void 0; const GqlTypes_1 = require("@rcsb/rcsb-api-tools/lib/RcsbGraphQL/Types/Borrego/GqlTypes"); const BURIAL_FRACTION = "BURIAL_FRACTION"; const BURIED_RESIDUES = "BURIED_RESIDUES"; const ExtendedTypes = { BurialFraction: BURIAL_FRACTION, BuriedResidues: BURIED_RESIDUES }; const MergedType = Object.assign(Object.assign({}, GqlTypes_1.FeaturesType), ExtendedTypes); exports.FeatureType = MergedType;