Execute
Path:
codemode-gateway/src/types/execute.tsRelative: src/types/execute.tsSubproject: codemode-gatewayCategory: codemode-gatewayLines: 36Bytes: 1,268Imports: 0Exports: 3
Content Preview
- /**
- * HTTP request/response contracts for `POST /execute`.
- *
- * These are the gateway's own wire types and are intentionally distinct from
- * the codemode `ExecuteResult` returned by the sandbox (although the success
- * body is structurally identical to `ExecuteResult` so the executor result can
- * be serialized directly).
- */
- /** Inbound body for `POST /execute`. */
- export interface ExecuteRequest {
- /**
- * Code executed in the isolated sandbox. Must be coercible by `normalizeCode`
- * t