Added types to be exported when using package and removed Bundle

This commit is contained in:
Alexander Cerutti
2021-10-16 15:15:35 +02:00
parent 875668ea63
commit eb72eb36b0

View File

@@ -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";