UNPKG

nestjs-telegraf-i18n

Version:
21 lines (19 loc) 452 B
/* 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>;