Files
hereconnect/apps/frontend/src/constants/qrCodePlacements.ts
T

9 lines
407 B
TypeScript
Raw Normal View History

2024-11-19 16:00:20 +02:00
export const qrCodePlacements = [
{ type: 'car', label: 'Автомобиль' },
{ type: 'pet', label: 'Питомец' },
{ type: 'door', label: 'Входная дверь дома или квартиры' },
{ type: 'store', label: 'Магазин' },
{ type: 'restaurant_table', label: 'Стол в кафе или ресторане' },
{ type: 'other', label: 'Другое' },
] as const