MCPcopy
hub / github.com/TaskingAI/TaskingAI / ProjectType

Interface ProjectType

frontend/src/constant/index.ts:15–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13 key: string;
14}
15interface ProjectType {
16 name: string;
17 description: string;
18 project_id: string;
19}
20interface editUserProfileType {
21 open: boolean;
22 onOk: (input: string, content: string) => void;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected