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

export const namespace: Namespace = {
    name: 'The Strait Times',
    url: 'straitstimes.com',
    description: '',
    lang: 'en',
};
