Skip to content

Commit 897c48e

Browse files
authored
Update index.d.ts (#85)
improving TypeScript types definition
1 parent 228bdd2 commit 897c48e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ declare namespace fastgateway {
6868
pathRegex?: string;
6969
timeout?: number;
7070
targetOverride?: string;
71-
routes: Route[] | WebSocketRoute[];
71+
routes: (Route | WebSocketRoute)[];
7272
}
7373
}
7474

0 commit comments

Comments
 (0)