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,
|
PlanetscaleQueryResultHKT,
|
||||||
PlanetScalePreparedQueryHKT,
|
PlanetScalePreparedQueryHKT,
|
||||||
Record<string, never>,
|
Record<string, never>,
|
||||||
ExtractTablesWithRelations<Record<string, never>, Record<string, never>>
|
ExtractTablesWithRelations<Record<string, never>>
|
||||||
>
|
>
|
||||||
|
|
||||||
const client = memo(() => {
|
const client = memo(() => {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue