mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 16:25:21 +00:00
Moved passTypeSymbol to private
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user