UNPKG

cdk-amazon-chime-resources

Version:

![Experimental](https://img.shields.io/badge/experimental-important.svg?style=for-the-badge)

5 lines (4 loc) 201 B
export type DocumentType = Scalar | Structure | List; type Scalar = string | number | boolean | null; type Structure = { [member: string]: DocumentType }; interface List extends Array<DocumentType> {}