Removed Abstract Model implementation and added PKPass as esport

This commit is contained in:
Alexander Cerutti
2021-10-03 22:14:33 +02:00
parent 8bb76d6942
commit 3d22cef805
2 changed files with 1 additions and 74 deletions

View File

@@ -1,6 +1,2 @@
export type { Pass } from "./pass";
export type { AbstractModel } from "./abstract";
export { createAbstractModel } from "./abstract";
export { default as Bundle } from "./Bundle";
export { default as PKPass } from "./PKPass";