UNPKG

nestjs-i18n

Version:
9 lines (8 loc) 150 B
export interface I18nPluralObject { zero?: string; one?: string; two?: string; few?: string; many?: string; other?: string; }