2 lines
82 B
TypeScript
2 lines
82 B
TypeScript
import * as z from 'zod';
|
|
export const NotificationCountResultSchema = z.number(); |