mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 18:25:24 +00:00
Setted PKPass to be exported as default
This commit is contained in:
@@ -19,7 +19,7 @@ type TransitTypes = `PKTransitType${
|
|||||||
| "Generic"
|
| "Generic"
|
||||||
| "Train"}`;
|
| "Train"}`;
|
||||||
|
|
||||||
export class PKPass extends Bundle {
|
export default class PKPass extends Bundle {
|
||||||
private certificates: Certificates;
|
private certificates: Certificates;
|
||||||
private [fieldKeysPoolSymbol] = new Set<string>();
|
private [fieldKeysPoolSymbol] = new Set<string>();
|
||||||
private [propsSymbol]: Schemas.ValidPass = {};
|
private [propsSymbol]: Schemas.ValidPass = {};
|
||||||
|
|||||||
Reference in New Issue
Block a user