RoleLabelOptions
RoleLabelOptions
Defined in: @rw3iss/auth-shared/src/constants/roles.ts
Properties
overrides?
optionaloverrides?:Record<string,string>
Defined in: @rw3iss/auth-shared/src/constants/roles.ts
Per-call overrides, keyed by code. Wins over the static map and
the role’s own .name. Useful for renaming in a specific UI
context without affecting other surfaces.