MCPcopy
hub / github.com/TaskingAI/TaskingAI / editUserProfileType

Interface editUserProfileType

frontend/src/constant/index.ts:20–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18 project_id: string;
19}
20interface editUserProfileType {
21 open: boolean;
22 onOk: (input: string, content: string) => void;
23 onCancel: () => void;
24}
25interface projectHomeType {
26 key: string;
27 [key: string]: any;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected