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

Interface SuccessResult

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

Source from the content-addressed store, hash-verified

27
28 /** The result interface if validation succeeds. */
29 export interface SuccessResult<Output> {
30 /** The typed output value. */
31 readonly value: Output;
32 /** A falsy value for `issues` indicates success. */
33 readonly issues?: undefined;
34 }
35
36 export interface Options {
37 /** Explicit support for additional vendor-specific parameters, if needed. */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected