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())
|