(db: unknown)
| 263 | ) => Promise<readonly Record<string, unknown>[]>; |
| 264 | }; |
| 265 | const looseDb = (db: unknown): LooseDb => db as LooseDb; |
| 266 | |
| 267 | /** Where an OAuth-minted access token is stored in the default provider. The |
| 268 | * refresh token lives at the same id with a `:refresh` suffix. */ |
no outgoing calls
no test coverage detected