MCPcopy Create free account
hub / github.com/KartikLabhshetwar/foliox / ErrorResponse

Interface ErrorResponse

types/api.ts:43–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41export type LinkedInResponse = LinkedInProfile;
42
43export interface ErrorResponse {
44 detail: string;
45 status?: number;
46}
47

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected