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

export const namespace: Namespace = {
    name: 'The Movie Database',
    url: 'themoviedb.org',
    description: `::: tip
Refer to [https://developers.themoviedb.org/3/getting-started/languages](https://developers.themoviedb.org/3/getting-started/languages) for the language parameter in the route.
:::`,
    lang: 'en',
};
