Type Alias MapItemFunction<T>

MapItemFunction: (data: T, action: CrudAction) => T

Method to map objects of API response.

Type Parameters

  • T = any

Type declaration