UpdateAnnouncementDto

Type Alias: UpdateAnnouncementDto

[object Object]

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

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


title

[object Object]

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

On this page