RSSHub/lib/routes/epicgames/namespace.ts

7 lines
146 B
TypeScript

import type { Namespace } from '@/types';
export const namespace: Namespace = {
name: 'Epic Games Store',
url: 'store.epicgames.com',
};