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

x/typebox_deno/src/typebox.ts>DateOptions

JSON Schema Type Builder with Static Type Resolution for TypeScript
Latest
interface DateOptions
implements SchemaOptions
import { type DateOptions } from "https://deno.land/x/typebox_deno@0.31.22/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