Skip to content

Commit

Permalink
Update index.d.ts (#85)
Browse files Browse the repository at this point in the history
improving TypeScript types definition
  • Loading branch information
SaltFish001 authored Nov 22, 2022
1 parent 228bdd2 commit 897c48e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ declare namespace fastgateway {
pathRegex?: string;
timeout?: number;
targetOverride?: string;
routes: Route[] | WebSocketRoute[];
routes: (Route | WebSocketRoute)[];
}
}

Expand Down

0 comments on commit 897c48e

Please sign in to comment.