Improved type

This commit is contained in:
Alexander Cerutti
2021-11-14 00:57:28 +01:00
parent a723c152be
commit e35d8bede3

View File

@@ -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]);
) { ) {