From 343860f6732d7ea776d57fc7ef907dea6a9ae3ac Mon Sep 17 00:00:00 2001 From: Philip Peterson Date: Sat, 7 Jun 2025 20:54:53 -0700 Subject: [PATCH] Fixes --- typings/hyper.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typings/hyper.d.ts b/typings/hyper.d.ts index bd292d0b..dc2d442b 100644 --- a/typings/hyper.d.ts +++ b/typings/hyper.d.ts @@ -118,7 +118,7 @@ export type session = { pid: number | null; resizeAt?: number; rows: number | null; - search: Date | null; + search: ImmutableDate | null; shell: string | null; title: string; uid: string;