UNPKG
sam-sd
Version:
latest (0.1.37)
0.1.37
0.1.36
0.1.35
pps
github.com/samobasquiat/sdk
samobasquiat/sdk
sam-sd
/
src
/
types
/
configs.ts
6 lines
(4 loc)
•
110 B
text/typescript
View Raw
1
2
3
4
5
6
import
{
GenericAbortSignal
}
from
'axios'
export
interface
RequestOptions
{
signal
?:
GenericAbortSignal
}