mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 21:25:26 +00:00
Improved type
This commit is contained in:
@@ -562,7 +562,7 @@ export default class PKPass extends Bundle {
|
||||
|
||||
for (
|
||||
let i = localizationEntries.length,
|
||||
entry: [string, { [key: string]: string }];
|
||||
entry: typeof localizationEntries[0];
|
||||
(entry = localizationEntries[--i]);
|
||||
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user