| 269 | } |
| 270 | |
| 271 | export interface StateExecutor { |
| 272 | execute(code: string, backend: StateBackend): Promise<StateExecuteResult>; |
| 273 | } |
| 274 | |
| 275 | export interface StateBackend { |
| 276 | getCapabilities(): Promise<StateCapabilities>; |
no outgoing calls
no test coverage detected