Skip to content

Commit 22c4a67

Browse files
committed
fix: typos in NavigationDataStatus
1 parent 3e5a105 commit 22c4a67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/js/types/meta.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ export enum InstallStatus {
77
export interface NavigationDataStatus {
88
status: InstallStatus
99
installedFormat: string | null
10-
installedRegion: string | null
10+
installedRevision: string | null
1111
installedCycle: string | null
1212
installedPath: string | null
1313
validityPeriod: string | null
14-
lastestCycle: string | null
14+
latestCycle: string | null
1515
}

0 commit comments

Comments
 (0)