RoleAlias

Type Alias: RoleAlias

[object Object]

Defined in: api/types.gen.ts:1770

A role alias for a member in a committee. E.g.: "Fotofeut" or "Man van Geld".

Properties

id?

optional id?: number

Defined in: api/types.gen.ts:1774

The unique identifier of a role alias, assigned incrementally.


name

[object Object]

Defined in: api/types.gen.ts:1783

The name of the role alias.


role?

optional role?: Role

Defined in: api/types.gen.ts:1779


roleId?

optional roleId?: number

Defined in: api/types.gen.ts:1778

The id of the role that this alias belongs to.

On this page