RSSHub/lib/routes/wohnnet/namespace.ts

9 lines
206 B
TypeScript

import type { Namespace } from '@/types';
export const namespace: Namespace = {
name: 'wohnnet.at',
url: 'wohnnet.at',
description: 'Austrian search engine for real estate',
lang: 'de',
};