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

export const namespace: Namespace = {
    name: 'DataGuidance',
    url: 'dataguidance.com',
    categories: ['other'],
    lang: 'en',
};
