UNPKG

@monsoft/davinci-ai

Version:

Davinci AI Client

7 lines (6 loc) 153 B
import { ZodSchema } from 'zod'; export type Route<T = unknown, Y = unknown> = { path: string; input: ZodSchema<T>; output: ZodSchema<Y>; };