This commit is contained in:
Michel Roegl-Brunner
2025-03-18 15:40:36 +01:00
parent 40227c2ad4
commit 18bf77afb3
3 changed files with 26 additions and 12 deletions

View File

@@ -51,6 +51,7 @@ export type Metadata = {
export interface AppVersion {
name: string;
version: string;
date: Date;
}
export interface Version {