nestjs-telegraf-i18n
Version:
I18n integration for NestJS Telegraf
21 lines (19 loc) • 452 B
text/typescript
/* DO NOT EDIT, file generated by nestjs-i18n */
/* eslint-disable */
/* prettier-ignore */
import { Path } from "nestjs-i18n";
/* prettier-ignore */
export type I18nTranslations = {
"i18n": {
"menus": {
"hello": {
"message": string;
};
"help": {
"message": string;
};
};
};
};
/* prettier-ignore */
export type I18nPath = Path<I18nTranslations>;