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;
};
