<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@datashaper/schema](./schema.md) &gt; [DataTableSchema](./schema.datatableschema.md) &gt; [typeHints](./schema.datatableschema.typehints.md)

## DataTableSchema.typeHints property

Options for converting string values to strict types. Note that options related to data typing only apply if type detection is turned on. Otherwise all cell values are treated as strings. Defaults based on pandas: https://pandas.pydata.org/pandas-docs/stable/user\_guide/io.html\#csv-text-files

<b>Signature:</b>

```typescript
typeHints?: TypeHints;
```
