MCPcopy
hub / github.com/TaskingAI/TaskingAI / ApiErrorResponse

Interface ApiErrorResponse

frontend/src/constant/index.ts:3–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { AxiosResponse } from 'axios';
2
3interface ApiErrorResponse {
4 response: {
5 data: {
6 error: {
7 message: string;
8 };
9 };
10 };
11}
12interface MenuClickEvent {
13 key: string;
14}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected