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
1
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
f8a06daee7824b9820135669dca80e51858cbca6
typedrequest-interfaces
/
ts
/
index.ts
6 lines
92 B
TypeScript
Raw
Normal View
History
Unescape
Escape
fix(core): update
2019-08-22 15:40:10 +02:00
export
interface
ITypedRequest
{
method
:
string
;
request
:
object
;
response
:
object
;
new version
2019-08-23 16:57:45 +02:00
}
Reference in New Issue
Copy Permalink