| 108 | |
| 109 | interface BodyInterface { prop: string } |
| 110 | interface QuerystringInterface { prop: number } |
| 111 | interface ParamsInterface { prop: boolean } |
| 112 | interface HeadersInterface { prop: string } |
| 113 | interface RouteSpecificContextConfigType { |
nothing calls this directly
no outgoing calls
no test coverage detected