MCPcopy Create free account
hub / github.com/code100x/cms / Folder

Interface Folder

src/db/course.ts:23–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21}
22
23export interface Folder extends Content {
24 type: 'folder';
25}
26
27export interface Video extends Content {
28 type: 'video';

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected