RoleAliasUpdateDto

Type Alias: RoleAliasUpdateDto

[object Object]

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

Defines the DTO for updating an existing role alias, containing all necessary information for modifying a role alias's properties. The RoleAliasUpdateDTO is used to transfer data from the client to the server when updating an existing role alias, allowing for changes to be made to the role alias's details while ensuring that the provided information is validated appropriately for the update process.

Properties

name

[object Object]

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

The name of the role alias.


roleId?

optional roleId?: number

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

The id of the role that this alias belongs to.

On this page