UNPKG
@telstra/core
Version:
latest (0.0.3)
0.0.3
0.0.1
0.0.0
Telstra SDK Core
github.com/telstra/telstra-sdk-node
telstra/telstra-sdk-node
@telstra/core
/
dist
/
utils
/
storage
/
interfaces
/
IGetParams.d.ts
6 lines
(5 loc)
•
125 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
TBucket
,
TKey
}
from
'../../../types/index.js'
;
export
interface
IGetParams
{
bucket
:
TBucket
;
key
:
TKey
; }