PostAnnouncementDto
Type Alias: PostAnnouncementDto
[object Object]
Defined in: app/api/types.gen.ts:1148
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
content
[object Object]
Defined in: app/api/types.gen.ts:1156
The content of the announcement.
title
[object Object]
Defined in: app/api/types.gen.ts:1152
The title of the announcement.