UNPKG

@honorestjs/contract

Version:

Contract-first API definitions for HonorestJS - Framework-agnostic contract definitions with full type safety

10 lines 541 B
/** * Type inference utilities for extracting types from contract definitions * * These utilities enable full type safety when working with contracts, * allowing TypeScript to infer exact input/output types from your schemas. * * @module types */ export type { InferEndpointInput, InferEndpointOutput, InferEndpointErrors, ContractInput, ContractOutput, ContractErrors, ContractEndpoints, AppContracts, AppContract, ContractInputs, ContractOutputs, DefinedInput, OptionalNever } from './inference'; //# sourceMappingURL=index.d.ts.map