From 0311b4700268391480cc286697c65ca57ffda649 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Connor=20B=C3=A4r?= Date: Thu, 10 Oct 2024 14:23:33 +0200 Subject: [PATCH] Update src/types/index.ts --- src/types/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/types/index.ts b/src/types/index.ts index 297eb43..0fe61b2 100644 --- a/src/types/index.ts +++ b/src/types/index.ts @@ -31,6 +31,7 @@ export type FormattableTime = | Temporal.Instant | Temporal.PlainTime | Temporal.PlainDateTime; + export type FormattableDate = | Date | Temporal.Instant