front-hub/src/utils/serviceKeys.ts

6 lines
201 B
TypeScript
Raw Normal View History

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