front-hub/src/utils/serviceKeys.ts

7 lines
223 B
TypeScript
Raw Normal View History

2023-07-27 16:51:12 +00:00
export const serviceNameByKey: Record<string, string | undefined> = {
2023-11-05 23:33:40 +00:00
templategen: "Шаблонизатор",
squiz: "Опросник",
reducer: "Сокращатель ссылок",
custom: "Мои тарифы",
2023-11-05 23:33:40 +00:00
}