front-hub/src/utils/serviceKeys.ts
2023-11-06 02:48:07 +03:00

7 lines
235 B
TypeScript

export const serviceNameByKey: Record<string, string | undefined> = {
templategen: "Шаблонизатор",
squiz: "Опросник",
reducer: "Сокращатель ссылок",
custom: "Кастомные тарифы",
}