---
title: TimestampOptions
source: https://github.com/remix-run/remix/blob/remix@3.0.0-beta.3/packages/data-table/src/lib/table.ts#L198
---

# TimestampOptions

## Summary

Timestamp configuration accepted by [`table`](/api/remix/data-table/function/table/).

## Signature

```ts
type TimestampOptions = boolean | { createdAt?: string; updatedAt?: string };

```