Skip to content

Variable: ResourcefulObjectType

ts
const ResourcefulObjectType: CallableNewable<
  ResourcefulObjectTypeOptions,
  BaseClass
>;

Callable constructor for creating validated object type instances. Supports complex nested object schemas with property validation and constraints.

See

OpenAPI 3.0 Object Type