Announcement

Type Alias: Announcement

[object Object]

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

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

content

[object Object]

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

The content of the announcement.


createdAt?

optional createdAt?: string

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

The date and time when the announcement was created.


createdBy?

optional createdBy?: Member

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


createdById?

optional createdById?: string

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

The member id who created the announcement.


id?

optional id?: number

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

The unique identifier of the announcement, assigned incrementally.


title

[object Object]

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

The title of the announcement.

On this page