PostRoleAliasDto
Type Alias: PostRoleAliasDto
[object Object]
Defined in: app/api/types.gen.ts:829
Defines the DTO for posting a role alias, containing the necessary information for creating a new role alias, including its name and the associated parent role ID. The PostRoleAliasDTO is used to transfer data from the client to the server when creating a new role alias, 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:830
roleId?
optionalroleId?:number
Defined in: app/api/types.gen.ts:831