MCPcopy
hub / github.com/firecrawl/open-lovable / SandboxFile

Interface SandboxFile

types/sandbox.ts:3–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1// Global types for sandbox file management
2
3export interface SandboxFile {
4 content: string;
5 lastModified: number;
6}
7
8export interface SandboxFileCache {
9 files: Record<string, SandboxFile>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected