UpdateAnnouncementDto
Type Alias: UpdateAnnouncementDto
[object Object]
Defined in: api/types.gen.ts:2041
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
contentDutch
[object Object]
Defined in: api/types.gen.ts:2053
The Dutch content of the announcement.
contentEnglish
[object Object]
Defined in: api/types.gen.ts:2057
The English content of the announcement.
titleDutch
[object Object]
Defined in: api/types.gen.ts:2045
The Dutch title of the announcement.
titleEnglish
[object Object]
Defined in: api/types.gen.ts:2049
The English title of the announcement.