mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 22:25:24 +00:00
Moved passTypeSymbol to private
This commit is contained in:
@@ -27,7 +27,7 @@ export default class PKPass extends Bundle {
|
||||
[placeholder: string]: string;
|
||||
};
|
||||
} = {};
|
||||
public [passTypeSymbol]: Schemas.PassTypesProps = undefined;
|
||||
private [passTypeSymbol]: Schemas.PassTypesProps = undefined;
|
||||
|
||||
/**
|
||||
* Either create a pass from another one
|
||||
|
||||
Reference in New Issue
Block a user