GroupMembershipResponseDto

Type Alias: GroupMembershipResponseDto

[object Object]

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

Represents the response DTO for a group membership, containing all relevant information about the group membership, including its properties and information about the associated member and group. The GroupMembershipResponseDTO is used to transfer comprehensive group membership data from the server to the client when retrieving group membership information, allowing for a complete representation of the group membership's details, member information, group information, and any associated role alias information in the response payload.

Properties

groupId

[object Object]

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


groupName

[object Object]

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


groupType

[object Object]

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


id

[object Object]

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


memberId?

optional memberId?: string | null

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


memberName?

optional memberName?: string | null

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


membershipYear

[object Object]

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


roleAliasId?

optional roleAliasId?: number | null

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


roleAliasName?

optional roleAliasName?: string | null

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

On this page