| 26 | } |
| 27 | |
| 28 | export interface CachedBuildRequestOptions extends BuildRequestOptions { |
| 29 | readonly operation: Operation; |
| 30 | readonly endpoint: Endpoint; |
| 31 | } |
| 32 | |
| 33 | export interface Parameters { |
| 34 | readonly [key: string]: string; |
nothing calls this directly
no outgoing calls
no test coverage detected