Skip to content

Variable: ResourcefulDateTimeType

ts
const ResourcefulDateTimeType: CallableNewable<
  ResourcefulDateTimeTypeOptions,
  BaseClass
>;

Callable constructor for creating validated date-time type instances. Automatically sets the OpenAPI format to 'date-time' for ISO 8601 date-time strings.

See

OpenAPI 3.0 String Type