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