We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0c0dc8 commit 8e3674bCopy full SHA for 8e3674b
packages/amdb/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@navigraph/amdb",
3
- "version": "0.0.2",
+ "version": "0.0.3",
4
"license": "MIT",
5
"description": "Allows interaction with the Navigraph AMDB API as part of the Navigraph SDK",
6
"author": "Navigraph <[email protected]> (https://navigraph.com)",
packages/amdb/src/types/features/index.ts
@@ -119,3 +119,7 @@ export type Hotspot = AmdbFeature<
119
120
export * from "./helipads"
121
export * from "./runway"
122
+export * from "./aprons"
123
+export * from "./taxiways"
124
+export * from "./types"
125
+export * from "./verticalStructures"
0 commit comments