# publishState

[**@venuecms/sdk-next**](https://docs.venuecms.com/developers/sdk-next/reference/index)

***

## Type Alias: publishState

```ts
type publishState = "DRAFT" | "REQUEST" | "PUBLISHED" | "CANCELLED";
```

Defined in: [sdk/dist/index.d.mts:160](https://github.com/venuecms/sdk/blob/fccd7a6c5d53db66655878a682d412275fbffc69/packages/sdk/dist/index.d.mts#L160)
