nestjs-telegraf-i18n
Version:
I18n integration for NestJS Telegraf
12 lines (11 loc) • 430 B
TypeScript
import { OnModuleInit } from "@nestjs/common";
export declare class I18nContextGetterPatcher implements OnModuleInit {
private readonly suppressedTypes;
private readonly logger;
private readonly _suppressedTypes;
constructor(suppressedTypes: Set<string> | string | string[]);
onModuleInit(): void;
}
export declare class TelegrafI18nContextGetterPatcher extends I18nContextGetterPatcher {
constructor();
}