> For the complete documentation index, see [llms.txt](https://legacy.docs.touchguild.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://legacy.docs.touchguild.com/documentation/select-version/v.0.1.6/types/listitemnotetypes.md).

# ListItemNoteTypes

| Properties | Description                                                        | Type                                                                                                           |
| ---------- | ------------------------------------------------------------------ | -------------------------------------------------------------------------------------------------------------- |
| createdAt  | Timestamp of the note's creation.                                  | Number                                                                                                         |
| createdBy  | ID of the note's owner.                                            | String                                                                                                         |
| updatedAt? | Timestamp of when the note has been updated, if updated.           | Number                                                                                                         |
| updatedBy? | ID of the user that updated the note if the note has been updated. | String                                                                                                         |
| mentions?  | Mentions included in the list item note                            | [<mark style="color:purple;">MentionsType</mark>](/documentation/select-version/v.0.1.6/types/mentionstype.md) |
| content    | List item note content                                             | String                                                                                                         |
