MCPcopy
hub / github.com/FredKSchott/snowpack / ResourceCacheMetadata

Interface ResourceCacheMetadata

skypack/src/index.ts:258–262  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

256}
257
258interface ResourceCacheMetadata {
259 headers: IncomingHttpHeaders;
260 statusCode: number;
261 freshUntil: string;
262}
263
264export type BuildNewPackageResponse =
265 | {error: Error; success: false}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected