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