// 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
