Skip to content

Commit

Permalink
Update packages/kit/types/index.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich-Harris authored Jan 5, 2023
1 parent 8ef902b commit b3f172c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/kit/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -865,7 +865,7 @@ export interface RequestEvent<
/**
* Additional data made available through the adapter.
*/
platform: Readonly<App.Platform> | void;
platform: Readonly<App.Platform> | undefined;
/**
* The original request object
*/
Expand Down

0 comments on commit b3f172c

Please sign in to comment.