RSSHub/lib/routes/cybersecurityventures/namespace.ts

8 lines
171 B
TypeScript

import type { Namespace } from '@/types';
export const namespace: Namespace = {
name: 'Cybercrime Magazine',
url: 'cybersecurityventures.com',
lang: 'en',
};