| 24 | * @see https://github.com/modelcontextprotocol/typescript-sdk/pull/1689 |
| 25 | */ |
| 26 | export interface StandardSchemaWithJSON<Input = unknown, Output = Input> { |
| 27 | readonly "~standard": StandardSchemaV1.Props<Input, Output> & |
| 28 | StandardJSONSchemaV1.Props<Input, Output>; |
| 29 | } |
| 30 | |
| 31 | export namespace StandardSchemaWithJSON { |
| 32 | export type InferInput<S extends StandardTypedV1> = |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…