GetHandler<T> = (oDataConfig?) => Promise<T[]>
Crud handler for Get operation
Type Parameters
T extends WithId = WithId
resource type
Parameters
oDataConfig?
ODataConfig
optional ODataConfig that you can read to modify your return
Returns
Promise<T[]>
an array of resources T