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

export const namespace: Namespace = {
    name: '华尔街见闻',
    url: 'wallstreetcn.com',
    lang: 'zh-CN',
};
