mirror of
https://github.com/langgenius/dify.git
synced 2026-06-15 21:41:16 +08:00
18 lines
372 B
TypeScript
18 lines
372 B
TypeScript
// This file is auto-generated by @hey-api/openapi-ts
|
|
|
|
import * as z from 'zod'
|
|
|
|
/**
|
|
* ComplianceDownloadResponse
|
|
*/
|
|
export const zComplianceDownloadResponse = z.record(z.string(), z.unknown())
|
|
|
|
export const zGetComplianceDownloadQuery = z.object({
|
|
doc_name: z.string(),
|
|
})
|
|
|
|
/**
|
|
* Success
|
|
*/
|
|
export const zGetComplianceDownloadResponse = zComplianceDownloadResponse
|