mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 21:25:26 +00:00
Changed PKPass.prototype.type to be the symbol (forgot to commit)
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user