MCPcopy
hub / github.com/CapSoftware/Cap / JWT

Interface JWT

packages/database/types/next-auth.d.ts:6–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4
5declare module "next-auth/jwt" {
6 interface JWT {
7 id: UserId;
8 }
9}
10
11declare module "next-auth" {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected