#!/usr/bin/env npx ts-node
/**
 * Seed NCAAB CanonicalTeam entries from PlayerGameModel data.
 *
 * NCAAB has 0 CanonicalTeam entries despite 350+ teams in PGM.
 * This script auto-seeds from existing PGM distinct team names.
 *
 * Usage:
 *   npx ts-node src/scripts/seed-ncaab-teams.ts
 *   npx ts-node src/scripts/seed-ncaab-teams.ts --dry-run
 */
export {};
//# sourceMappingURL=seed-ncaab-teams.d.ts.map