dify/packages/contracts/generated/api/console/notification/zod.gen.ts
2026-04-30 11:34:27 +00:00

14 lines
338 B
TypeScript

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