MCPcopy Create free account
hub / github.com/bombshell-dev/clack / Issue

Interface Issue

packages/core/src/utils/standard-schema.ts:48–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46
47 /** The issue interface of the failure output. */
48 export interface Issue {
49 /** The error message of the issue. */
50 readonly message: string;
51 /** The path of the issue, if any. */
52 readonly path?: ReadonlyArray<PropertyKey | PathSegment> | undefined;
53 }
54
55 /** The path segment interface of the issue. */
56 export interface PathSegment {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected