mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-24 22:14:37 +00:00
fix: ExtractTablesWithRelations type parameter
This commit is contained in:
parent
d4f053042c
commit
b7a323355c
1 changed files with 1 additions and 1 deletions
|
|
@ -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(() => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue