Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
import
type
{ StorageEntity } from
'$lib/interfaces/storage-interface'
;
2
3
interface
APIErrorResponse {
4
error: string;
5
}
6
7
interface
APIResponse<T> {
8
data?: T;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected