# Owners ## Example Usage ```typescript import { Owners } from "@lukehagar/discoursejs/sdk/models/operations"; let value: Owners = { addedAt: "", avatarTemplate: "", id: 83112, lastPostedAt: "", lastSeenAt: "", name: "", timezone: "Asia/Magadan", title: "", username: "Drew66", }; ``` ## Fields | Field | Type | Required | Description | | ------------------ | ------------------ | ------------------ | ------------------ | | `addedAt` | *string* | :heavy_check_mark: | N/A | | `avatarTemplate` | *string* | :heavy_check_mark: | N/A | | `id` | *number* | :heavy_check_mark: | N/A | | `lastPostedAt` | *string* | :heavy_check_mark: | N/A | | `lastSeenAt` | *string* | :heavy_check_mark: | N/A | | `name` | *string* | :heavy_check_mark: | N/A | | `timezone` | *string* | :heavy_check_mark: | N/A | | `title` | *string* | :heavy_check_mark: | N/A | | `username` | *string* | :heavy_check_mark: | N/A |