MCPcopy Create free account
hub / github.com/danielmiessler/Fabric / APIErrorResponse

Interface APIErrorResponse

web/src/lib/api/base.ts:3–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import type { StorageEntity } from '$lib/interfaces/storage-interface';
2
3interface APIErrorResponse {
4 error: string;
5}
6
7interface APIResponse<T> {
8 data?: T;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected