I18nConfig.ts 178 Bytes BlameHistoryPermalink Edit 1 2 3 4 5 6 7 8 9 10 // Generated by Editor export interface II18nConfig { id: number; cn: string; } export let i18nConfig: { name: string, type?: II18nConfig } = { name: 'I18nConfig' }