PostRoleDto

Type Alias: PostRoleDto

[object Object]

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

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

On this page