MCPcopy
hub / github.com/ananthakumaran/paisa / Error

Interface Error

src/app.d.ts:59–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57
58declare namespace App {
59 interface Error {
60 message: string;
61 status?: number;
62 stack?: string;
63 }
64 // interface Locals {}
65 // interface PageData {}
66 // interface Platform {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected