Type Alias MapObjectArgs

MapObjectArgs: {
    field: string;
    index: number;
    path: string;
    value: any;
}