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

export const namespace: Namespace = {
    name: 'Hong Kong Department of Health 香港卫生署',
    url: 'dh.gov.hk',
    lang: 'zh-HK',
};
