RSSHub/lib/routes/remnote/namespace.ts

8 lines
145 B
TypeScript

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