feat: make spatial entry optional and authoritative
This commit is contained in:
@@ -76,6 +76,19 @@ export interface AreaListResponse {
|
||||
offset: number
|
||||
}
|
||||
|
||||
export interface MunicipalitySearchItem {
|
||||
niscode: string
|
||||
name: string
|
||||
name_nl?: string | null
|
||||
name_fr?: string | null
|
||||
name_de?: string | null
|
||||
}
|
||||
|
||||
export interface MunicipalitySearchResponse {
|
||||
items: MunicipalitySearchItem[]
|
||||
total: number
|
||||
}
|
||||
|
||||
export interface DatasetCreateResponse {
|
||||
id: string
|
||||
name: string
|
||||
|
||||
Reference in New Issue
Block a user