aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages/bun-types/bun.d.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/bun-types/bun.d.ts b/packages/bun-types/bun.d.ts
index 0de48d038..0b0ceb7eb 100644
--- a/packages/bun-types/bun.d.ts
+++ b/packages/bun-types/bun.d.ts
@@ -3115,6 +3115,7 @@ declare module "bun" {
* ```
*/
readonly params: Record<string, string>;
+ readonly filePath: string;
readonly pathname: string;
readonly query: Record<string, string>;
readonly name: string;