MCPcopy
hub / github.com/TanStack/router / ArkTypeLike

Interface ArkTypeLike

packages/arktype-adapter/src/index.ts:3–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import type { ValidatorAdapter } from '@tanstack/react-router'
2
3export interface ArkTypeLike {
4 infer: any
5 inferIn: any
6 assert: (input: any) => any
7}
8
9export type ArkTypeValidatorAdapter<TOptions extends ArkTypeLike> =
10 ValidatorAdapter<TOptions['inferIn'], TOptions['infer']>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected