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

export const namespace: Namespace = {
    name: 'UK Parliament',
    url: 'parliament.uk',
    categories: ['government'],
    description: 'The UK Parliament has two Houses that work on behalf of UK citizens to check and challenge the work of Government, make and shape effective laws, and debate/make decisions on the big issues of the day.',
    lang: 'en',
};
