export interface IIteration { index: number; key?: string; value?: any; }