import type { Namespace } from '@/types';

export const namespace: Namespace = {
    name: '中华人民共和国应急管理部',
    url: 'www.mem.gov.cn',
    lang: 'zh-CN',
};
