UNPKG

@softkit/i18n

Version:

This library is a simple wrapper based on [nestjs-i18n](https://nestjs-i18n.com/)

6 lines (5 loc) 123 B
export interface I18nTranslation { [key: string]: { [key: string]: I18nTranslation | string; } | string; }