UNPKG
@translated/lara
Version:
beta (1.8.0-beta.4)
latest (1.7.1)
2.0.0-beta.14
2.0.0-beta.13
2.0.0-beta.12
2.0.0-beta.11
2.0.0-beta.10
2.0.0-beta.9
2.0.0-beta.8
2.0.0-beta.7
2.0.0-beta.6
2.0.0-beta.5
2.0.0-beta.4
2.0.0-beta.3
2.0.0-beta.2
2.0.0-beta.1
2.0.0-beta.0
1.8.0-beta.4
1.8.0-beta.3
1.8.0-beta.2
1.8.0-beta.1
1.8.0-beta.0
1.7.1
1.7.0
1.6.7
1.6.6
1.6.5
1.6.4
1.6.3
1.6.2
1.6.1
1.6.0
1.5.5
1.5.4
1.5.3
1.5.2
1.5.1
1.5.0
1.4.0
1.3.4
1.3.3
1.3.2
1.3.1
1.3.0
1.2.2
1.2.1
1.2.0
1.1.0
1.0.1
Official Lara SDK for JavaScript and Node.js
laratranslate.com
translated/lara-node
@translated/lara
/
lib
/
credentials.d.ts
6 lines
(5 loc)
•
172 B
TypeScript
View Raw
1
2
3
4
5
6
export
declare
class
Credentials
{
readonly
accessKeyId
:
string
;
readonly
accessKeySecret
:
string
;
constructor
(
accessKeyId
:
string
,
accessKeySecret
:
string
); }