# BuiltInType

# Type Alias: BuiltInType

```ts
type BuiltInType = Primitive | Date | RegExp | Function;
```

Defined in: [utils.public.ts:6](https://github.com/TanStack/form/blob/main/packages/form-core/src/utils.public.ts#L6)
