MCPcopy
hub / github.com/remotely-save/remotely-save / DeletionOnRemote

Interface DeletionOnRemote

src/metadataOnRemote.ts:16–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14 "_remotely-save-metadata-on-remote.bin";
15
16export interface DeletionOnRemote {
17 key: string;
18 actionWhen: number;
19}
20
21export interface MetadataOnRemote {
22 version?: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected