mirror of
https://github.com/langgenius/dify.git
synced 2026-08-26 18:36:52 -04:00
5d77c0af08
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
21 lines
393 B
TypeScript
21 lines
393 B
TypeScript
// This file is auto-generated by @hey-api/openapi-ts
|
|
|
|
import * as z from 'zod'
|
|
|
|
/**
|
|
* CodeBasedExtensionResponse
|
|
*/
|
|
export const zCodeBasedExtensionResponse = z.object({
|
|
data: z.unknown(),
|
|
module: z.string(),
|
|
})
|
|
|
|
export const zGetCodeBasedExtensionQuery = z.object({
|
|
module: z.string(),
|
|
})
|
|
|
|
/**
|
|
* Success
|
|
*/
|
|
export const zGetCodeBasedExtensionResponse = zCodeBasedExtensionResponse
|