dify/packages/contracts/generated/api/console/features/zod.gen.ts
-LAN- b96f372f45
chore(api): upgrade graphon to 0.4.0 (#36124)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: QuantumGhost <obelisk.reg+git@gmail.com>
2026-05-18 00:34:17 +00:00

13 lines
258 B
TypeScript

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