RoleUpdateDto

Type Alias: RoleUpdateDto

[object Object]

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

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: app/api/types.gen.ts:927

On this page