# ExactOptionalSchema

Exact optional schema interface.

## Generics

- `TWrapped` <Property {...properties.TWrapped} />
- `TDefault` <Property {...properties.TDefault} />

## Definition

- `ExactOptionalSchema` <Property {...properties.BaseSchema} />
  - `type` <Property {...properties.type} />
  - `reference` <Property {...properties.reference} />
  - `expects` <Property {...properties.expects} />
  - `wrapped` <Property {...properties.wrapped} />
  - `default` <Property {...properties.default} />
