Announcement

Type Alias: Announcement

[object Object]

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

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

The content of the announcement.


createdAt?

optional createdAt?: string

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

The date and time when the announcement was created.


createdBy?

optional createdBy?: Member

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


createdById?

optional createdById?: string

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

The member id who created the announcement.


id?

optional id?: number

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

The unique identifier of the announcement, assigned incrementally.


title

[object Object]

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

The title of the announcement.

On this page