Module common

Source
Expand description

Ticket message utilities.

This module provides helper types and conversions for ticket message endpoints.

It includes:

  • MessageResponse: a serializable response type for ticket message API endpoints.
  • UserResponse: embedded user information for message responses.

Structsยง

MessageResponse
Represents a ticket message along with its author information.
UserResponse
Represents a user in the context of a ticket message.