UNPKG
w3-store
Version:
latest (1.1.0)
1.1.0
1.0.0
web3.storage upload service
github.com/web3-storage/ucanto/tree/demo/upload-v2
web3-storage/ucanto
w3-store
/
dist
/
src
/
signer
/
type.d.ts
9 lines
•
230 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
export
type
{
Link
}
from
'@ucanto/interface'
;
export
interface
SignOptions
{
accessKeyId
:
string
;
secretAccessKey
:
string
;
region
:
string
;
bucket
:
string
;
expires
?:
number
; }
//# sourceMappingURL=type.d.ts.map