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