Files
passkit-generator/src/index.ts

18 lines
322 B
TypeScript

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