RSSHub/lib/routes/smartlink/namespace.ts

8 lines
149 B
TypeScript

import type { Namespace } from '@/types';
export const namespace: Namespace = {
name: 'SmartLink',
url: 'smartlink.bio',
lang: 'en',
};