add tuktuk category (taxis will be for driving to the airport, etc)
This commit is contained in:
parent
1134671d7d
commit
73f5683fbc
9 changed files with 371 additions and 318 deletions
|
|
@ -1,7 +1,7 @@
|
|||
export interface DirectoryItem {
|
||||
id: string
|
||||
name: string
|
||||
category: 'restaurant' | 'taxi' | 'lancha' | 'lodging' | 'goods' | 'services' | 'other'
|
||||
category: 'restaurant' | 'lodging' | 'goods' | 'services' | 'tuktuk' | 'taxi' | 'lancha' | 'other'
|
||||
local?: boolean
|
||||
description?: string
|
||||
url?: string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue