mirror of
https://github.com/langgenius/dify.git
synced 2026-05-11 14:58:23 +08:00
14 lines
338 B
TypeScript
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())
|