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