From 0d94d99f506a32da557c6b126d767f3d4d557bc3 Mon Sep 17 00:00:00 2001 From: Nick Randall Date: Mon, 27 Jan 2025 16:18:55 -0700 Subject: [PATCH] update types --- packages/bun-types/bun.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/bun-types/bun.d.ts b/packages/bun-types/bun.d.ts index bfe9476bef6aff..8984367863f389 100644 --- a/packages/bun-types/bun.d.ts +++ b/packages/bun-types/bun.d.ts @@ -1350,7 +1350,7 @@ declare module "bun" { * sessionToken: tempSessionToken * }); */ - sessionToken?: string; + sessionToken?: string | null; /** * The S3-compatible service endpoint URL.