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

Interface Options

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

Source from the content-addressed store, hash-verified

34 }
35
36 export interface Options {
37 /** Explicit support for additional vendor-specific parameters, if needed. */
38 readonly libraryOptions?: Record<string, unknown> | undefined;
39 }
40
41 /** The result interface if validation fails. */
42 export interface FailureResult {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected