GroupMembershipUpdateDto

Type Alias: GroupMembershipUpdateDto

[object Object]

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

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

Properties

roleAliasId?

optional roleAliasId?: number | null

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

On this page