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

[Home](./index.md) &gt; [@datashaper/schema](./schema.md) &gt; [Field](./schema.field.md) &gt; [type](./schema.field.type.md)

## Field.type property

Strict type of the field. Note that columns may not mix types in their rows for most of the data formats we use. Default: 'string'

<b>Signature:</b>

```typescript
type?: DataType;
```
