RSSHub/lib/routes/ftm/namespace.ts

8 lines
153 B
TypeScript

import type { Namespace } from '@/types';
export const namespace: Namespace = {
name: 'Follow The Money',
url: 'www.ftm.eu',
lang: 'en',
};