mirror of
https://github.com/langgenius/dify.git
synced 2026-05-10 22:28:55 +08:00
11 lines
220 B
TypeScript
11 lines
220 B
TypeScript
// 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
|