Workers RPC with typescript
stub.sql
is typed as never.
the errors is Property 'databaseSize' does not exist on type 'never'.ts(2339)
how can I fix this?2 Replies
Afaik SQLStorage is not serializable, so you would need to add a separate function that returns the size directly
this works!