diff --git a/src/PKPass.ts b/src/PKPass.ts index cb6a437..6e16907 100644 --- a/src/PKPass.ts +++ b/src/PKPass.ts @@ -28,7 +28,7 @@ export default class PKPass extends Bundle { [placeholder: string]: string; }; } = {}; - public type: Schemas.PassTypesProps = undefined; + public [passTypeSymbol]: Schemas.PassTypesProps = undefined; /** * Either create a pass from another one