extract constants/*
Main daploy / deploy (push) Successful in 47s

This commit is contained in:
2024-11-19 16:00:20 +02:00
parent fc7afb2d12
commit 4dbf9825eb
6 changed files with 44 additions and 53 deletions
+8
View File
@@ -0,0 +1,8 @@
export const qrCodePlacements = [
{ type: 'car', label: 'Автомобиль' },
{ type: 'pet', label: 'Питомец' },
{ type: 'door', label: 'Входная дверь дома или квартиры' },
{ type: 'store', label: 'Магазин' },
{ type: 'restaurant_table', label: 'Стол в кафе или ресторане' },
{ type: 'other', label: 'Другое' },
] as const