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