MCPcopy
hub / github.com/clauderic/dnd-kit / DefineRequest

Interface DefineRequest

packages/storybook-addon-codesandbox/src/define.ts:4–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2import type {SandboxFile} from './types.ts';
3
4interface DefineRequest {
5 files: Record<string, SandboxFile>;
6 template?: string;
7}
8
9interface DefineResponse {
10 sandbox_id: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected