This website requires JavaScript.
Explore
Help
Sign In
seasharp
/
anvil
Watch
1
Star
0
Fork
0
You've already forked anvil
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
3ef676304a
anvil
/
striker-ui
/
types
/
FetchResponse.d.ts
5 lines
80 B
TypeScript
Raw
Normal View
History
Unescape
Escape
feat(striker-ui): add minimal demo
2021-02-16 22:50:01 +00:00
declare
type
FetchResponse
=
{
error
:
Error
|
null
;
fix(striker-ui): fetch Anvil status with interval
2021-02-19 06:03:32 +00:00
isLoading?
:
boolean
;
feat(striker-ui): add minimal demo
2021-02-16 22:50:01 +00:00
}
;
Reference in New Issue
Copy Permalink