UpdateAnnouncementDto

Type Alias: UpdateAnnouncementDto

[object Object]

Defined in: api/types.gen.ts:2008

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

The Dutch content of the announcement.


contentEnglish

[object Object]

Defined in: api/types.gen.ts:2024

The English content of the announcement.


titleDutch

[object Object]

Defined in: api/types.gen.ts:2012

The Dutch title of the announcement.


titleEnglish

[object Object]

Defined in: api/types.gen.ts:2016

The English title of the announcement.

On this page