feat(region): Add migration (#6320)

This commit is contained in:
Oli Juhl
2024-02-06 19:58:16 +01:00
committed by GitHub
parent 12054f5c01
commit e2cb72efd8
8 changed files with 352 additions and 48 deletions
-1
View File
@@ -33,7 +33,6 @@ export interface RegionCountryDTO {
}
export interface RegionCurrencyDTO {
id: string
code: string
symbol: string
name: string