MCPcopy Index your code
hub / github.com/enowdev/enowX-Coder / Project

Interface Project

src/types/index.ts:1–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export interface Project {
2 id: string;
3 name: string;
4 path?: string;
5 createdAt: string;
6 updatedAt: string;
7}
8
9export interface Session {
10 id: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected