mirror of
https://github.com/langgenius/dify.git
synced 2026-05-11 14:58:23 +08:00
13 lines
262 B
TypeScript
13 lines
262 B
TypeScript
// This file is auto-generated by @hey-api/openapi-ts
|
|
|
|
import * as z from 'zod'
|
|
|
|
export const zGetComplianceDownloadQuery = z.object({
|
|
doc_name: z.string(),
|
|
})
|
|
|
|
/**
|
|
* Success
|
|
*/
|
|
export const zGetComplianceDownloadResponse = z.record(z.string(), z.unknown())
|