(
query: string,
...bindings: any[]
)
| 3607 | } |
| 3608 | interface SqlStorage { |
| 3609 | exec<T extends Record<string, SqlStorageValue>>( |
| 3610 | query: string, |
| 3611 | ...bindings: any[] |
| 3612 | ): SqlStorageCursor<T> |
no outgoing calls
no test coverage detected