# UserTips ## Example Usage ```typescript import { UserTips } from "@lukehagar/discoursejs/sdk/models/operations"; let value: UserTips = { adminGuide: 337477, firstNotification: 431785, postMenu: 970494, suggestedTopics: 592780, topicNotificationLevels: 133439, topicTimeline: 354506, }; ``` ## Fields | Field | Type | Required | Description | | ------------------------- | ------------------------- | ------------------------- | ------------------------- | | `adminGuide` | *number* | :heavy_check_mark: | N/A | | `firstNotification` | *number* | :heavy_check_mark: | N/A | | `postMenu` | *number* | :heavy_check_mark: | N/A | | `suggestedTopics` | *number* | :heavy_check_mark: | N/A | | `topicNotificationLevels` | *number* | :heavy_check_mark: | N/A | | `topicTimeline` | *number* | :heavy_check_mark: | N/A |