mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 14:25:17 +00:00
19 lines
357 B
TypeScript
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";
|