PostAnnouncementDto
Type Alias: PostAnnouncementDto
[object Object]
Defined in: app/api/types.gen.ts:739
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:741
title
[object Object]
Defined in: app/api/types.gen.ts:740