# CurrentDocumentInfo

## Content

# Type Alias: CurrentDocumentInfo

```ts
type CurrentDocumentInfo = object;
```

## Properties

### id?

```ts
optional id: string;
```

Document id

If an existing report is edited, **id** is defined.\

***

### name

```ts
name: string;
```

Document name

***

### type?

```ts
optional type: SupportedDocumentType;
```

Document type
