4 lines
105 B
TypeScript
4 lines
105 B
TypeScript
import { z } from "zod/v4";
|
|
|
|
export const UnixMsTimestampSchema = z.number().int().safe().nonnegative();
|