This website requires JavaScript.
Explore
Docs
Blog
Community
Main Website
Help
Sign In
api.global
/
typedrequest-interfaces
Watch
2
Star
0
Fork
0
You've already forked typedrequest-interfaces
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
5c5b59b510
typedrequest-interfaces
/
ts
/
index.ts
6 lines
92 B
TypeScript
Raw
Normal View
History
Unescape
Escape
fix(core): update
2019-08-22 13:40:10 +00:00
export
interface
ITypedRequest
{
method
:
string
;
request
:
object
;
response
:
object
;
new version
2019-08-23 14:57:45 +00:00
}
Reference in New Issue
Copy Permalink