mirror of
https://github.com/langgenius/dify.git
synced 2026-07-24 13:08:34 +08:00
16 lines
231 B
TypeScript
16 lines
231 B
TypeScript
// This file is auto-generated by @hey-api/openapi-ts
|
|
|
|
import * as z from 'zod'
|
|
|
|
/**
|
|
* PingResponse
|
|
*/
|
|
export const zPingResponse = z.object({
|
|
result: z.string(),
|
|
})
|
|
|
|
/**
|
|
* OK
|
|
*/
|
|
export const zGetPingResponse = zPingResponse
|