mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-16 01:25:30 +00:00
18 lines
322 B
TypeScript
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";
|