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