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

export const namespace: Namespace = {
    name: 'Surfshark',
    url: 'surfshark.com',
    lang: 'en',
};
