TransferPrimaryOwnerRequest
@raizfc/contracts / TransferPrimaryOwnerRequest
Type Alias: TransferPrimaryOwnerRequest
TransferPrimaryOwnerRequest =
Readonly<{currentOwnerVersion:number;newOwnerMembershipId:ID; }>
Defined in: team/team-access.dto.ts:67
currentOwnerVersion guards the same optimistic-concurrency shape as every other management
mutation (UpdateCategoryRequest.version, etc.), keyed off the outgoing owner's own membership
version so a stale client can't transfer ownership out from under a concurrent change.