PostRoleDto

Type Alias: PostRoleDto

[object Object]

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

Defines the DTO for posting a role, containing the necessary information for creating a new role, including its name. The PostRoleDTO is used to transfer data from the client to the server when creating a new role, ensuring that all required information is provided and validated appropriately for the creation process.

Properties

name

[object Object]

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

The name of the role.

On this page