/** * Function that removes an item from the array at the specified `index`. */ export type ItemRemover = (index?: number) => void;