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

export const namespace: Namespace = {
    name: 'APNIC',
    url: 'blog.apnic.net',
    description: 'Asia-Pacific Network Information Centre',
    lang: 'en',
};
