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

export const namespace: Namespace = {
    name: 'Yomiuri Shimbun 読売新聞',
    url: 'www.yomiuri.co.jp',
    lang: 'ja',
};
