GetAnnouncementResponseDto

Type Alias: GetAnnouncementResponseDto

[object Object]

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

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:298


createdAt

[object Object]

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


createdById?

optional createdById?: string | null

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


createdByName

[object Object]

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

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:296


title

[object Object]

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

On this page