RSSHub/lib/routes/ps/namespace.ts

7 lines
147 B
TypeScript

import type { Namespace } from '@/types';
export const namespace: Namespace = {
name: 'PlayStation Store',
url: 'www.playstation.com',
};