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

Interface CurrentCollection

client/src/model/Collection.tsx:60–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58}
59
60interface CurrentCollection {
61 id: number;
62 data: CollectionData;
63 ownerId: number;
64 version: string;
65 isChanged: boolean;
66}
67
68export type { CollectionSettings, CurrentCollection, Environment, SidebarCollection };
69

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected