feat: version check endpoint (#18572)
This commit is contained in:
@@ -13,3 +13,8 @@ export class ReverseGeocodingStateResponseDto {
|
||||
lastUpdate!: string | null;
|
||||
lastImportFileName!: string | null;
|
||||
}
|
||||
|
||||
export class VersionCheckStateResponseDto {
|
||||
checkedAt!: string | null;
|
||||
releaseVersion!: string | null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user