GetAnnouncementResponseDto

Type Alias: GetAnnouncementResponseDto

[object Object]

Defined in: app/api/types.gen.ts:469

Represents the response DTO for an announcement, containing all relevant information about the announcement, including its properties and information about the creator. The GetAnnouncementResponseDTO is used to transfer comprehensive announcement data from the server to the client when retrieving announcement information, allowing for a complete representation of the announcement's details, creator information, and creation timestamp in the response payload.

Properties

content

[object Object]

Defined in: app/api/types.gen.ts:481

The content of the announcement.


createdAt

[object Object]

Defined in: app/api/types.gen.ts:493

The date and time when the announcement was created.


createdById?

optional createdById?: string | null

Defined in: app/api/types.gen.ts:489

The member id who created the announcement.


createdByName

[object Object]

Defined in: app/api/types.gen.ts:485

The name of the user who created the announcement, providing information about the creator of the announcement for display purposes in the client application. This field allows for better identification and attribution of announcements to their respective creators, enhancing the user experience by providing context about the source of the announcement in the system.


id

[object Object]

Defined in: app/api/types.gen.ts:473

The unique identifier of the announcement, assigned incrementally.


title

[object Object]

Defined in: app/api/types.gen.ts:477

The title of the announcement.

On this page