PostAnnouncementDto
Type Alias: PostAnnouncementDto
[object Object]
Defined in: api/types.gen.ts:1244
Defines Data Transfer Object (DTO) for posting announcements, containing the necessary information for creating a new announcement, including its title and content. The PostAnnouncementDTO is used to transfer data from the client to the server when creating a new announcement, ensuring that all required information is provided and validated appropriately for the creation process.
Properties
contentDutch
[object Object]
Defined in: api/types.gen.ts:1256
The Dutch content of the announcement.
contentEnglish
[object Object]
Defined in: api/types.gen.ts:1260
The English content of the announcement.
titleDutch
[object Object]
Defined in: api/types.gen.ts:1248
The Dutch title of the announcement.
titleEnglish
[object Object]
Defined in: api/types.gen.ts:1252
The English title of the announcement.