MCPcopy Create free account
hub / github.com/Openpanel-dev/openpanel / Answers

Interface Answers

packages/payments/scripts/create-custom-pricing.ts:12–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10type Interval = 'month' | 'year';
11
12interface Answers {
13 isProduction: boolean;
14 organizationId: string;
15 userId: string;
16 interval: Interval;
17 price: number;
18 eventsLimit: number;
19 polarOrganizationId: string;
20 polarApiKey: string;
21}
22
23async function promptForInput() {
24 // Get all organizations first

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected