# PublishDocumentDto

**Kind:** Interface

**Source:** [`atloria-monorepo/packages/types/src/dtos/document.dto.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/packages/types/src/dtos/document.dto.ts#L48)

DTO for publishing a document

## Properties

| Property | Type |
|---|---|
| `state` | `DocumentState.PUBLISHED` |
| `isPublic` | `boolean` |
| `updatedById` | `string` |
