update type categories, add and remove entries

This commit is contained in:
padreug 2025-02-05 18:12:56 +01:00
parent 94019ab95e
commit 35a9877d60
2 changed files with 16 additions and 16 deletions

View file

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