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