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

export const namespace: Namespace = {
    name: 'National Bureau of Economic Research',
    url: 'nber.org',
    categories: ['journal'],
    lang: 'en',
};
