type QueuePosition = "front" | "back";
Defined in: queuer.ts:193
Position type for addItem and getNextItem operations.