dify/packages/contracts/generated/api/console/notification/zod.gen.ts
Stephen Zhou b04b4449db
chore(api): annotate simple contract responses (#36331)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Asuka Minato <i@asukaminato.eu.org>
2026-05-19 06:13:20 +00:00

21 lines
432 B
TypeScript

// This file is auto-generated by @hey-api/openapi-ts
import * as z from 'zod'
/**
* SimpleResultResponse
*/
export const zSimpleResultResponse = z.object({
result: z.string(),
})
/**
* Success — inspect should_show to decide whether to render the modal
*/
export const zGetNotificationResponse = z.record(z.string(), z.unknown())
/**
* Success
*/
export const zPostNotificationDismissResponse = zSimpleResultResponse