mirror of
https://github.com/langgenius/dify.git
synced 2026-06-14 04:31:07 +08:00
14 lines
268 B
TypeScript
14 lines
268 B
TypeScript
// This file is auto-generated by @hey-api/openapi-ts
|
|
|
|
import * as z from 'zod'
|
|
|
|
/**
|
|
* SchemaDefinitionsResponse
|
|
*/
|
|
export const zSchemaDefinitionsResponse = z.unknown()
|
|
|
|
/**
|
|
* Success
|
|
*/
|
|
export const zGetSpecSchemaDefinitionsResponse = zSchemaDefinitionsResponse
|