Role

Type Alias: Role

[object Object]

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

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

The unique identifier of a role, assigned incrementally.


name

[object Object]

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

The name of the role.

On this page