UNPKG
aws-sdk-eks
Version:
latest (2.1528.0-mod)
2.1528.0-mod
AWS SDK for JavaScript
github.com/aws/aws-sdk-js
aws/aws-sdk-js
aws-sdk-eks
/
lib
/
model
/
index.d.ts
5 lines
(4 loc)
•
201 B
TypeScript
View Raw
1
2
3
4
5
export
type
DocumentType
=
Scalar
|
Structure
|
List
;
type
Scalar
=
string
|
number
|
boolean
|
null
;
type
Structure
= { [
member
:
string
]:
DocumentType
};
interface
List
extends
Array
<
DocumentType
> {}