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