Kyoo/front/src/models/utils.ts
2025-06-07 19:30:05 +02:00

4 lines
62 B
TypeScript

import { z } from "zod";
export const zdate = z.coerce.date;