Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/typebox/src/typebox.ts>DateOptions

Json Schema Type Builder with Static Type Resolution for TypeScript
Go to Latest
interface DateOptions
implements SchemaOptions
import { type DateOptions } from "https://deno.land/x/typebox@0.31.20/src/typebox.ts";

Properties

optional
exclusiveMaximumTimestamp: number

The exclusive maximum timestamp value

optional
exclusiveMinimumTimestamp: number

The exclusive minimum timestamp value

optional
maximumTimestamp: number

The maximum timestamp value

optional
minimumTimestamp: number

The minimum timestamp value

optional
multipleOfTimestamp: number

The multiple of timestamp value