Skip to content

Commit

Permalink
update types
Browse files Browse the repository at this point in the history
  • Loading branch information
nicksrandall committed Jan 27, 2025
1 parent a989eaa commit 0d94d99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/bun-types/bun.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1350,7 +1350,7 @@ declare module "bun" {
* sessionToken: tempSessionToken
* });
*/
sessionToken?: string;
sessionToken?: string | null;

/**
* The S3-compatible service endpoint URL.
Expand Down

0 comments on commit 0d94d99

Please sign in to comment.