MCPcopy Index your code
hub / github.com/sqlchat/sqlchat / User

Interface User

auth.d.ts:5–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3
4declare module "next-auth" {
5 interface User {
6 id: string;
7 usage: number;
8 stripeId: number;
9 subscription: Subscription;
10 }
11
12 interface Session {
13 user: User;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected