Select the types of activity you want to include in your feed.
1import { callXrpc } from "$hatk/client"; 2 3export async function queryFeed(feed: string, params?: Record<string, string>) { 4 return callXrpc("dev.hatk.getFeed", { feed, ...params }); 5}