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

Interface Answers

packages/payments/scripts/create-products.ts:13–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11}
12
13interface Answers {
14 isProduction: boolean;
15 polarOrganizationId: string;
16 polarApiKey: string;
17}
18
19async function promptForInput() {
20 const answers = await inquirer.prompt<Answers>([

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected