Skip to content

Commit

Permalink
fix: Location types in Multi-location inventory (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
rostyk-kanafotskyy authored Sep 26, 2024
1 parent 231016e commit 7ebc025
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/types/mli-locations.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@ export interface GeolocationDetails {
}
export interface LocationAttributes {
name: string
slug: string
external_ref?: string
description?: string
address: string[]
geolocation: GeolocationDetails
address?: string[]
geolocation?: GeolocationDetails
}
export interface LocationMeta {
timestamps: {
Expand Down

0 comments on commit 7ebc025

Please sign in to comment.