UNPKG
@apihawk/gear-sdk
Version:
latest (0.0.7)
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
The ApiHawk GEAR SDK
@apihawk/gear-sdk
/
lib
/
services
/
common
/
to-rest-resource.d.ts
3 lines
(2 loc)
•
234 B
TypeScript
View Raw
1
2
3
import
{
IRestPaginatedResource
,
IZendRestPaginatedResource
}
from
'@apihawk/billia-sdk'
;
export
default
function
toRestResource<T =
any
>(
originalResponse
:
IZendRestPaginatedResource
,
resourceName
:
string
):
IRestPaginatedResource
<T>;