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

Interface Session

src/types/index.ts:9–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7}
8
9export interface Session {
10 id: string;
11 projectId: string;
12 title: string;
13 createdAt: string;
14 updatedAt: string;
15}
16
17export interface Message {
18

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected