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

export const namespace: Namespace = {
    name: 'Hot Toys',
    url: 'www.hottoys.com.hk',
    lang: 'zh-HK',
};
