# CreateDocumentInfo

## Content

# Type Alias: CreateDocumentInfo

```ts
type CreateDocumentInfo = object;
```

## Properties

### name

```ts
name: string;
```

Name of the document

***

### success?

```ts
optional success?: boolean;
```

undefined in onBefore**** handlers.
Should be defined in onAfter****

***

### template?

```ts
optional template?: DocumentTemplate;
```

Document template

***

### type

```ts
type: SupportedDocumentType;
```

Document type
