Skip to content

Commit 41b9c4b

Browse files
fix: Location types in Multi-location inventory
1 parent 20737e4 commit 41b9c4b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/types/mli-locations.d.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,11 @@ export interface GeolocationDetails {
1111
}
1212
export interface LocationAttributes {
1313
name: string
14+
slug: string
1415
external_ref?: string
1516
description?: string
16-
address: string[]
17-
geolocation: GeolocationDetails
17+
address?: string[]
18+
geolocation?: GeolocationDetails
1819
}
1920
export interface LocationMeta {
2021
timestamps: {

0 commit comments

Comments
 (0)