diff --git a/src/index.ts b/src/index.ts index 9627192..2455b72 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,2 +1,17 @@ -export { default as Bundle } from "./Bundle"; export { default as PKPass } from "./PKPass"; + +// ***************************************** // +// *** Exporting only schemas interfaces *** // +// ***************************************** // + +export type { + Barcode, + Beacon, + Field, + Location, + NFC, + PassProps, + Semantics, + TransitType, + Personalize, +} from "./schemas";