UNPKG

@htsoft/reactjs-hooks

Version:
4 lines (3 loc) 213 B
export declare type RequestType = 'Aiza' | 'Graph' | 'IPFS' | 'OpenSea'; export declare type TimeoutsLookupType = Record<RequestType, number>; export declare const DEFAULT_NETWORK_TIMEOUTS_MS: TimeoutsLookupType;