RSSHub/lib/routes/bitbucket/namespace.ts

8 lines
149 B
TypeScript

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