MCPcopy Create free account
hub / github.com/EsperoTech/yaade / CurrentScript

Interface CurrentScript

client/src/model/Script.tsx:64–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62}
63
64interface CurrentScript {
65 id: number;
66 collectionId: number;
67 ownerId: number;
68 data: ScriptData;
69 isChanged: boolean;
70}
71
72interface SidebarScript {
73 id: number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected