add tuktuk category (taxis will be for driving to the airport, etc)

This commit is contained in:
padreug 2025-02-11 00:54:22 +01:00
parent 1134671d7d
commit 73f5683fbc
9 changed files with 371 additions and 318 deletions

View file

@ -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