MCPcopy Index your code
hub / github.com/simstudioai/sim / personalPro

Function personalPro

apps/sim/lib/billing/core/plan.test.ts:88–90  ·  view source on GitHub ↗
(userId: string)

Source from the content-addressed store, hash-verified

86}
87
88function personalPro(userId: string): SubRow {
89 return { id: 'sub-personal-pro', referenceId: userId, plan: 'pro', status: 'active' }
90}
91
92function orgEnterprise(orgId: string): SubRow {
93 return { id: 'sub-org-enterprise', referenceId: orgId, plan: 'enterprise', status: 'active' }

Callers 1

plan.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected