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