From 661fca9cde8bd82fa848944e0c1e0d6f6f12d403 Mon Sep 17 00:00:00 2001 From: Gaurish Sethia <78847111+gaurishhs@users.noreply.github.com> Date: Wed, 1 Feb 2023 18:40:48 +0530 Subject: Add filePath property on MatchedRoute (#1964) --- packages/bun-types/bun.d.ts | 1 + 1 file changed, 1 insertion(+) 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; + readonly filePath: string; readonly pathname: string; readonly query: Record; readonly name: string; -- cgit v1.2.3