export type ForEachCallback = (item: TInput, index: number, array: Array) => void;