update type categories, add and remove entries
This commit is contained in:
parent
94019ab95e
commit
35a9877d60
2 changed files with 16 additions and 16 deletions
|
|
@ -1,7 +1,7 @@
|
|||
export interface DirectoryItem {
|
||||
id: string
|
||||
name: string
|
||||
category: 'restaurant' | 'taxi' | 'lancha' | 'retail' | 'other'
|
||||
category: 'restaurant' | 'taxi' | 'lancha' | 'goods' | 'services' | 'lodging' | 'other'
|
||||
local?: boolean
|
||||
description?: string
|
||||
url?: string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue