UNPKG

create-magner

Version:

CLI for bootstrapping Magner projects

11 lines (8 loc) 240 B
import { addressEn } from 'features/addresses/en'; import { loginEn } from 'features/login/en'; const enCustom = { login: loginEn, address: addressEn, }; export type CustomTranslationSchema = typeof enCustom; export default enCustom;