# Document

## Content

# Type Alias: Document

```ts
type Document = object;
```

## Properties

### id

```ts
id: string;
```

***

### type

```ts
type: SupportedDocumentType;
```
