Skip to content
This repository was archived by the owner on Jul 17, 2026. It is now read-only.

Commit 3d15f4c

Browse files
committed
fix type definition
1 parent edc7fce commit 3d15f4c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app-engine.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ export declare function getTrustProxyHeaders(
1313
| {
1414
trustAll?: boolean
1515
},
16-
): string[]
16+
): boolean | string[]

0 commit comments

Comments
 (0)