front-hub/src/utils/serviceKeys.ts

7 lines
248 B
TypeScript
Raw Normal View History

2023-07-27 16:51:12 +00:00
export const serviceNameByKey: Record<string, string | undefined> = {
templategen: "Шаблонизатор",
squiz: "Опросник",
reducer: "Сокращатель ссылок",
2023-08-17 13:28:46 +00:00
custom: "Кастомные тарифы",
2023-07-27 16:51:12 +00:00
};