| 1 | import { Database, and, eq, inArray, isNotNull, sql } from "../src/drizzle/index.js" |
| 2 | import { BillingTable, BlackPlans, SubscriptionTable, UsageTable } from "../src/schema/billing.sql.js" |
| 3 | |
| 4 | if (process.argv.length < 3) { |
nothing calls this directly
no test coverage detected