MCPcopy
hub / github.com/linkwarden/linkwarden / RssSubscriptionWithCollectionName

Interface RssSubscriptionWithCollectionName

packages/router/rss.tsx:5–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import { useSession } from "next-auth/react";
4
5interface RssSubscriptionWithCollectionName extends RssSubscription {
6 collection: {
7 name: string;
8 };
9}
10
11const useRssSubscriptions = () => {
12 const { status } = useSession();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected