// This file is auto-generated by @hey-api/openapi-ts import * as z from 'zod' export const zFeatureResponse = z.record(z.string(), z.unknown()) /** * Success */ export const zGetFeaturesResponse = zFeatureResponse