MCPcopy
hub / github.com/OpenCoworkAI/open-codesign / ZipAsset

Interface ZipAsset

packages/exporters/src/zip.ts:10–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8import type { ExportResult } from './index';
9
10export interface ZipAsset {
11 /** Path inside the archive, e.g. `assets/logo.svg`. */
12 path: string;
13 /** Raw bytes or UTF-8 string. */
14 content: Buffer | string;
15}
16
17export interface ExportZipOptions extends LocalAssetOptions {
18 /** Extra files to bundle alongside `index.html` and the README. */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected