// Generated by Editor export interface II18nConfig { id: number; cn: string; } export let i18nConfig: { name: string, type?: II18nConfig } = { name: 'I18nConfig' }