Announcement
Type Alias: Announcement
[object Object]
Defined in: api/types.gen.ts:262
Represents an announcement that can be created by members. An announcement has a title, content, and information about when it was created and who created it. This entity is used to manage and display announcements within the system, allowing members to stay informed about important updates, events, or news related to the organization or community.
Properties
contentDutch
[object Object]
Defined in: api/types.gen.ts:278
The Dutch content of the announcement.
contentEnglish
[object Object]
Defined in: api/types.gen.ts:282
The English content of the announcement.
createdAt?
optionalcreatedAt?:string
Defined in: api/types.gen.ts:286
The date and time when the announcement was created.
createdBy?
optionalcreatedBy?:Member
Defined in: api/types.gen.ts:291
createdById?
optionalcreatedById?:string
Defined in: api/types.gen.ts:290
The member id who created the announcement.
id?
optionalid?:number
Defined in: api/types.gen.ts:266
The unique identifier of the announcement, assigned incrementally.
titleDutch
[object Object]
Defined in: api/types.gen.ts:270
The Dutch title of the announcement.
titleEnglish
[object Object]
Defined in: api/types.gen.ts:274
The English title of the announcement.