UNPKG

newmax-utils

Version:
10 lines (9 loc) 338 B
export type ServiceName = 'amaz' | 'lamd' | 'noon' | 'onec' | 'ozon' | 'wber' | 'mpunion' | 'supervision' | 'projectq' | 'static' | 'worker' | 'review' | 'supplier' | 'tg_advert'; export type IServiceNamesMap = { [K in ServiceName]: K; }; export type ITelegramThread = { [key in ServiceName]: number; } & { common: number; };