fix: ExtractTablesWithRelations type parameter

feature/workspace-domain
Dax Raad 2026-02-01 20:27:29 -05:00
parent d4f053042c
commit b7a323355c
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ export namespace Database {
PlanetscaleQueryResultHKT,
PlanetScalePreparedQueryHKT,
Record<string, never>,
ExtractTablesWithRelations<Record<string, never>, Record<string, never>>
ExtractTablesWithRelations<Record<string, never>>
>
const client = memo(() => {