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

export const namespace: Namespace = {
    name: 'NGA',
    url: 'bbs.nga.cn',
    lang: 'zh-CN',
};
