Moved passTypeSymbol to private

This commit is contained in:
Alexander Cerutti
2021-10-16 18:50:26 +02:00
parent df683c37a8
commit 2a7770f4af

View File

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