mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 21:25:26 +00:00
Added types to be exported when using package and removed Bundle
This commit is contained in:
17
src/index.ts
17
src/index.ts
@@ -1,2 +1,17 @@
|
||||
export { default as Bundle } from "./Bundle";
|
||||
export { default as PKPass } from "./PKPass";
|
||||
|
||||
// ***************************************** //
|
||||
// *** Exporting only schemas interfaces *** //
|
||||
// ***************************************** //
|
||||
|
||||
export type {
|
||||
Barcode,
|
||||
Beacon,
|
||||
Field,
|
||||
Location,
|
||||
NFC,
|
||||
PassProps,
|
||||
Semantics,
|
||||
TransitType,
|
||||
Personalize,
|
||||
} from "./schemas";
|
||||
|
||||
Reference in New Issue
Block a user