Files
passkit-generator/src/index.ts
2025-01-11 14:41:15 +01:00

19 lines
357 B
TypeScript

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