Skip to content

Variable: ResourcefulDateType

ts
const ResourcefulDateType: CallableNewable<
  ResourcefulDateTypeOptions,
  BaseClass
>;

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

See

OpenAPI 3.0 String Type