RoleAlias
Type Alias: RoleAlias
[object Object]
Defined in: app/api/types.gen.ts:1561
A role alias for a member in a committee. E.g.: "Fotofeut" or "Man van Geld".
Properties
id?
optionalid?:number
Defined in: app/api/types.gen.ts:1565
The unique identifier of a role alias, assigned incrementally.
name
[object Object]
Defined in: app/api/types.gen.ts:1574
The name of the role alias.
role?
optionalrole?:Role
Defined in: app/api/types.gen.ts:1570
roleId?
optionalroleId?:number
Defined in: app/api/types.gen.ts:1569
The id of the role that this alias belongs to.