Openstatus www.openstatus.dev
6
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 5 lines 160 B view raw
1import type { Viewer as DefaultViewerSchema } from "@openstatus/db/src/schema"; 2 3declare module "next-auth" { 4 interface User extends DefaultViewerSchema {} 5}