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

Interface Subscription

src/types/subscription.ts:22–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20};
21
22export interface Subscription {
23 id: string;
24 plan: PlanType;
25 quota: number;
26 startAt: number;
27 expireAt: number;
28 canceledAt?: number;
29}
30
31export interface Payment {
32 id: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected