timestamp sorting

This commit is contained in:
Aaron Greenspan
2021-01-13 18:02:00 -07:00
committed by Aiden McClelland
parent 90b412384a
commit d7508345eb
3 changed files with 10 additions and 2 deletions

View File

@@ -14,6 +14,7 @@ export interface BaseApp {
export interface AppAvailablePreview extends BaseApp {
versionLatest: string
descriptionShort: string
latestVersionTimestamp: Date
}
export type AppAvailableFull =