RSSHub/lib/routes/warthunder/namespace.ts

7 lines
136 B
TypeScript

import type { Namespace } from '@/types';
export const namespace: Namespace = {
name: 'War Thunder',
url: 'warthunder.com',
};