UpdateAnnouncementDto
Type Alias: UpdateAnnouncementDto
[object Object]
Defined in: app/api/types.gen.ts:1819
Defines the DTO for updating an existing announcement, containing all necessary information for modifying an announcement's properties. The UpdateAnnouncementDTO is used to transfer data from the client to the server when updating an existing announcement, allowing for changes to be made to the announcement's details while ensuring that the provided information is validated appropriately for the update process.
Properties
content
[object Object]
Defined in: app/api/types.gen.ts:1827
The content of the announcement.
title
[object Object]
Defined in: app/api/types.gen.ts:1823
The title of the announcement.