(path: string, options?: { signal?: AbortSignal })
| 4220 | /** Minimal client surface the backend-test wait fallback needs. */ |
| 4221 | interface ResultReadClient { |
| 4222 | get<T>(path: string, options?: { signal?: AbortSignal }): Promise<T>; |
| 4223 | } |
| 4224 | |
| 4225 | /** |
no outgoing calls