This website requires JavaScript.
Explore
Help
Register
Sign In
ngn
/
safetwitch
Watch
1
Star
0
Fork
0
You've already forked safetwitch
Code
Issues
1
Pull Requests
10
Actions
Packages
Projects
Releases
Wiki
Activity
safetwitch
/
src
/
types
/
ApiResponse.ts
5 lines
70 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Add ApiResponse type
2023-06-18 23:43:22 -04:00
export
interface
ApiResponse
{
LINT
2023-07-20 13:57:01 -04:00
status
:
'ok'
|
'error'
data
:
any
}
Reference in New Issue
Copy Permalink