Files
hereconnect/src/constants/qrCodePlacements.ts
T
ti 4dbf9825eb
Main daploy / deploy (push) Successful in 47s
extract constants/*
2024-11-19 16:00:20 +02:00

9 lines
407 B
TypeScript

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