## Extends

- `Document`

## Properties

### \_id

> **\_id**: `ObjectId`

This documents _id.

#### Overrides

`mongoose.Document._id`

***

### active

> **active**: `boolean`

***

### agreeButtonText

> **agreeButtonText**: `string`

***

### allowDecline

> **allowDecline**: `boolean`

***

### captureSignature

> **captureSignature**: `boolean`

***

### checkboxes

> **checkboxes**: [`ConsentFormCheckbox`](ConsentFormCheckbox.md)[]

***

### content

> **content**: `Map`\<`string`, `string`\>

***

### created

> **created**: `Date`

***

### declineButtonText

> **declineButtonText**: `string`

***

### defaultLocale

> **defaultLocale**: `string`

***

### deleted

> **deleted**: `boolean`

***

### order

> **order**: `number`

***

### required

> **required**: `boolean`

***

### requireScrollToBottom

> **requireScrollToBottom**: `boolean`

***

### slug

> **slug**: `string`

***

### title

> **title**: `string`

***

### type

> **type**: [`ConsentFormType`](../type-aliases/ConsentFormType.md)

***

### updated

> **updated**: `Date`

***

### version

> **version**: `number`
