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

Interface StandardSchemaV1

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

Source from the content-addressed store, hash-verified

2
3/** The Standard Schema interface. */
4export interface StandardSchemaV1<Input = unknown, Output = Input> {
5 /** The Standard Schema properties. */
6 readonly '~standard': StandardSchemaV1.Props<Input, Output>;
7}
8
9export declare namespace StandardSchemaV1 {
10 /** The Standard Schema properties interface. */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected