diff --git a/src/types.ts b/src/types.ts index 2d1ab172..12788fa4 100644 --- a/src/types.ts +++ b/src/types.ts @@ -300,7 +300,8 @@ export type GoogleDataTableCell = | string | number | boolean - | Date; + | Date + | null; export type GoogleDataTableRow = GoogleDataTableCell[];