UNPKG
@htsoft/reactjs-hooks
Version:
latest (1.0.4)
next (1.0.1-0)
1.0.4
1.0.3
1.0.2
1.0.1-0
1.0.0
NFT information hepler for ReactJS
github.com/jack-ht/aiza-react-hooks
jack-ht/aiza-react-hooks
@htsoft/reactjs-hooks
/
dist
/
constants
/
timeouts.d.ts
4 lines
(3 loc)
•
213 B
TypeScript
View Raw
1
2
3
4
export
declare
type
RequestType
=
'Aiza'
|
'Graph'
|
'IPFS'
|
'OpenSea'
;
export
declare
type
TimeoutsLookupType
=
Record
<
RequestType
,
number
>;
export
declare
const
DEFAULT_NETWORK_TIMEOUTS_MS
:
TimeoutsLookupType
;