# ListLatestTopicsTopicList ## Example Usage ```typescript import { ListLatestTopicsTopicList } from "@lukehagar/discoursejs/sdk/models/operations"; let value: ListLatestTopicsTopicList = {}; ``` ## Fields | Field | Type | Required | Description | | ----------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------- | | `canCreateTopic` | *boolean* | :heavy_minus_sign: | N/A | | `draft` | *string* | :heavy_minus_sign: | N/A | | `draftKey` | *string* | :heavy_minus_sign: | N/A | | `draftSequence` | *number* | :heavy_minus_sign: | N/A | | `perPage` | *number* | :heavy_minus_sign: | N/A | | `topics` | [operations.ListLatestTopicsTopics](../../../sdk/models/operations/listlatesttopicstopics.md)[] | :heavy_minus_sign: | N/A |