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

export const namespace: Namespace = {
    name: 'Malaysiakini',
    url: 'malaysiakini.com',
    description: `Provides an easy-to-use RSS feed for Malaysiakini.com with teaser/full-text fetching.
::: warning
A subscription is required for fetching full articles.
Please refer to the deployment config for more information.
:::`,
    lang: 'en',
};
