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