newmax-utils
Version:
Utils & Libs for Newmax Tech
10 lines (9 loc) • 338 B
TypeScript
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;
};