RoleUpdateDto

Type Alias: RoleUpdateDto

[object Object]

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

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

Properties

name

[object Object]

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

The name of the role.

On this page