mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 21:25:26 +00:00
Changed constructor buffers and certificates types to be optional
This commit is contained in:
@@ -124,8 +124,8 @@ export default class PKPass extends Bundle {
|
|||||||
// **************** //
|
// **************** //
|
||||||
|
|
||||||
constructor(
|
constructor(
|
||||||
buffers: Schemas.FileBuffers,
|
buffers?: Schemas.FileBuffers,
|
||||||
certificates: Schemas.CertificatesSchema,
|
certificates?: Schemas.CertificatesSchema,
|
||||||
props?: Schemas.OverridablePassProps,
|
props?: Schemas.OverridablePassProps,
|
||||||
) {
|
) {
|
||||||
super("application/vnd.apple.pkpass");
|
super("application/vnd.apple.pkpass");
|
||||||
|
|||||||
Reference in New Issue
Block a user