mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 16:25:21 +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(
|
||||
buffers: Schemas.FileBuffers,
|
||||
certificates: Schemas.CertificatesSchema,
|
||||
buffers?: Schemas.FileBuffers,
|
||||
certificates?: Schemas.CertificatesSchema,
|
||||
props?: Schemas.OverridablePassProps,
|
||||
) {
|
||||
super("application/vnd.apple.pkpass");
|
||||
|
||||
Reference in New Issue
Block a user