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