RSSHub/lib/routes/theblock/namespace.ts

8 lines
146 B
TypeScript

import type { Namespace } from '@/types';
export const namespace: Namespace = {
name: 'TheBlock',
url: 'theblock.co',
lang: 'en',
};