We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e5a105 commit 22c4a67Copy full SHA for 22c4a67
src/js/types/meta.ts
@@ -7,9 +7,9 @@ export enum InstallStatus {
7
export interface NavigationDataStatus {
8
status: InstallStatus
9
installedFormat: string | null
10
- installedRegion: string | null
+ installedRevision: string | null
11
installedCycle: string | null
12
installedPath: string | null
13
validityPeriod: string | null
14
- lastestCycle: string | null
+ latestCycle: string | null
15
}
0 commit comments