# ApprovedBy ## Example Usage ```typescript import { ApprovedBy } from "@lukehagar/discoursejs/sdk/models/operations"; let value: ApprovedBy = { avatarTemplate: "", id: 692532, name: "", username: "Lafayette_Reinger", }; ``` ## Fields | Field | Type | Required | Description | | ------------------ | ------------------ | ------------------ | ------------------ | | `avatarTemplate` | *string* | :heavy_check_mark: | N/A | | `id` | *number* | :heavy_check_mark: | N/A | | `name` | *string* | :heavy_check_mark: | N/A | | `username` | *string* | :heavy_check_mark: | N/A |