interface IterateArguments {
    source: any;
    item?: any;
}

Properties

Properties

source: any
item?: any