# ListTopTopicsTopicList ## Example Usage ```typescript import { ListTopTopicsTopicList } from "@lukehagar/discoursejs/sdk/models/operations"; let value: ListTopTopicsTopicList = {}; ``` ## 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 | | `forPeriod` | *string* | :heavy_minus_sign: | N/A | | `perPage` | *number* | :heavy_minus_sign: | N/A | | `topics` | [operations.ListTopTopicsTopics](../../../sdk/models/operations/listtoptopicstopics.md)[] | :heavy_minus_sign: | N/A |