PostGroupMembershipDto

Type Alias: PostGroupMembershipDto

[object Object]

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

Defines the DTO for posting a group membership, containing the necessary information for creating a new group membership, including member ID, group ID, membership year, and an optional role alias ID. The PostGroupMembershipDTO is used to transfer data from the client to the server when creating a new group membership, ensuring that all required information is provided and validated appropriately for the creation process.

Properties

groupId

[object Object]

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


memberId

[object Object]

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


membershipYear

[object Object]

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


roleAliasId?

optional roleAliasId?: number | null

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

On this page