import type { ServiceComponentPath, ServiceHandler } from '../service'; export const handle: ServiceHandler = () => { return { prowlardata: 'coucou' }; }; export const path: ServiceComponentPath = 'prowlarr/ProwlarrContent.svelte';