RunnableIOSchema: {
    schema: z.ZodType;
    name?: string;
}

Type declaration

  • schema: z.ZodType
  • Optional name?: string

Generated using TypeDoc