UNPKG
finite-state-sdk
Version:
latest (0.0.1-beta.5)
0.0.1-beta.5
0.0.1-beta.4
0.0.1-beta.3
0.0.1-beta.2
0.0.1-beta.1
The Finite State SDK.
finite-state-sdk
/
dist
/
fs
/
uploadFileToUrl.d.ts
3 lines
(2 loc)
•
141 B
TypeScript
View Raw
1
2
3
import
{
AxiosResponse
}
from
"axios"
;
export
declare
function
uploadFileToUrl
(
uploadUrl
:
string
,
filePath
:
string
):
Promise
<
AxiosResponse
>;