RoleAliasUpdateDto

Type Alias: RoleAliasUpdateDto

[object Object]

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

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


roleId?

optional roleId?: number

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

On this page