diff --git a/scripts/backfill-telnyx-sending-accounts.ts b/scripts/backfill-telnyx-sending-accounts.ts index 0837f56..817887c 100644 --- a/scripts/backfill-telnyx-sending-accounts.ts +++ b/scripts/backfill-telnyx-sending-accounts.ts @@ -25,7 +25,7 @@ const argv = yargs 'The ID of the Switchboard sending account to use as a template for new sending accounts', type: 'string', }) - .help().argv; + .help().argv as yargs.Arguments<{ 'template-sending-account-id'?: string }>; const templateAccountId = argv['template-sending-account-id']; const pool = new Pool({ connectionString: config.databaseUrl });