Role

Type Alias: Role

[object Object]

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

A role for a member in a committee. E.g.: "Chair" or "Treasurer".

Properties

id?

optional id?: number

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

The unique identifier of a role, assigned incrementally.


name

[object Object]

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

The name of the role.

On this page