@dialstack/sdk-dev / server/src / QueueUpdateMemberParams
Interface: QueueUpdateMemberParams
Defined in: sdk/server/src/index.ts:2626
Omitted fields keep their current value; at least one is required.
Properties
penalty?
TypeScript
optional penalty?: number;
Defined in: sdk/server/src/index.ts:2633
position?
TypeScript
optional position?: number;
Defined in: sdk/server/src/index.ts:2632
Position to move the member to. If another member holds it, the members in between shift one place and the positions in use stay the same; if it is free, only this member moves.