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