MCPcopy
hub / github.com/liliMozi/openhanako / PluginResourceVersion

Interface PluginResourceVersion

packages/plugin-protocol/src/index.ts:58–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56 | { kind: 'url'; url: string };
57
58export interface PluginResourceVersion {
59 mtimeMs?: number;
60 size?: number | null;
61 sha256?: string;
62 etag?: string;
63 sequence?: number;
64}
65
66export type PluginResourceDescriptor = PluginResourceRef & {
67 provider?: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected