| 2 | import type {SandboxFile} from './types.ts'; |
| 3 | |
| 4 | interface DefineRequest { |
| 5 | files: Record<string, SandboxFile>; |
| 6 | template?: string; |
| 7 | } |
| 8 | |
| 9 | interface DefineResponse { |
| 10 | sandbox_id: string; |
nothing calls this directly
no outgoing calls
no test coverage detected