MCPcopy Create free account
hub / github.com/sqlchat/sqlchat / Payment

Interface Payment

src/types/subscription.ts:31–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31export interface Payment {
32 id: string;
33 email: string;
34 createdAt: number;
35 amount: number;
36 currency: string;
37 receipt: string;
38 description: string;
39}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected