// This file is auto-generated by @hey-api/openapi-ts import * as z from 'zod' export const zGetFormHumanInputByFormTokenPath = z.object({ form_token: z.string(), }) /** * Success */ export const zGetFormHumanInputByFormTokenResponse = z.record(z.string(), z.unknown()) export const zPostFormHumanInputByFormTokenPath = z.object({ form_token: z.string(), }) /** * Success */ export const zPostFormHumanInputByFormTokenResponse = z.record(z.string(), z.unknown())