Split queries into prisma and sql.

This commit is contained in:
Mike Cao
2025-09-29 16:55:07 -07:00
parent 1a66e3df73
commit b9fbbc6453
69 changed files with 117 additions and 115 deletions

View File

@@ -0,0 +1,8 @@
export * from './link';
export * from './pixel';
export * from './report';
export * from './segment';
export * from './team';
export * from './teamUser';
export * from './user';
export * from './website';