Files

18 lines
510 B
Markdown

# Post
## Example Usage
```typescript
import { Post } from "@lukehagar/discoursejs/sdk/models/operations";
let value: Post = {
raw: "<value>",
};
```
## Fields
| Field | Type | Required | Description |
| ------------------ | ------------------ | ------------------ | ------------------ |
| `editReason` | *string* | :heavy_minus_sign: | N/A |
| `raw` | *string* | :heavy_check_mark: | N/A |