Changed PKPass.prototype.type to be the symbol (forgot to commit)

This commit is contained in:
Alexander Cerutti
2021-09-30 23:54:23 +02:00
parent 37b52d37c9
commit 8b6cabfc2c

View File

@@ -28,7 +28,7 @@ export default class PKPass extends Bundle {
[placeholder: string]: string; [placeholder: string]: string;
}; };
} = {}; } = {};
public type: Schemas.PassTypesProps = undefined; public [passTypeSymbol]: Schemas.PassTypesProps = undefined;
/** /**
* Either create a pass from another one * Either create a pass from another one