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

Interface PathSegment

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

Source from the content-addressed store, hash-verified

54
55 /** The path segment interface of the issue. */
56 export interface PathSegment {
57 /** The key representing a path segment. */
58 readonly key: PropertyKey;
59 }
60
61 /** The Standard Schema types interface. */
62 export interface Types<Input = unknown, Output = Input> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected