Files
2026-04-04 22:13:55 -04:00

2 lines
77 B
TypeScript

import * as z from 'zod';
export const PatientCountResultSchema = z.number();