UNPKG

@softkit/i18n

Version:

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

7 lines (6 loc) 107 B
export interface CatModel { id: number; name: string; age: number; description?: string; }