export { default as PKPass } from "./PKPass"; // ***************************************** // // *** Exporting only schemas interfaces *** // // ***************************************** // export type { Barcode, Beacon, Field, Location, NFC, PassProps, Semantics, TransitType, Personalize, } from "./schemas";