| 185 | } |
| 186 | |
| 187 | export interface FullRequest extends Request { |
| 188 | readonly requester: string; |
| 189 | readonly endpoint: string; |
| 190 | readonly oisTitle: string; |
| 191 | readonly fulfillFunctionName: string; |
| 192 | readonly parameters: InputParameter[]; |
| 193 | } |
| 194 | |
| 195 | export interface Config { |
| 196 | readonly airnodes: { readonly [name: string]: ConfigAirnode }; |
nothing calls this directly
no outgoing calls
no test coverage detected