MCPcopy Create free account
hub / github.com/dahliaOS/website / APIError

Interface APIError

types/types.ts:28–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26export type APIData<T = void> = T;
27
28export interface APIError {
29 code: number;
30 message: string;
31}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected