(fromIndex: number, toIndex: number)
| 50 | } |
| 51 | |
| 52 | reorder(fromIndex: number, toIndex: number) { |
| 53 | return this.#withHost((h) => h.reorder(fromIndex, toIndex)); |
| 54 | } |
| 55 | |
| 56 | updateItemState(id: string, updates: QueueItemStateUpdate) { |
| 57 | return this.#withHost((h) => h.updateItemState(id, updates)); |
no test coverage detected