UNPKG
fsm-sdk
Version:
latest (4.0.0)
4.0.0
3.0.0
2.1.1
2.1.0
2.0.1
2.0.0
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.0.1
1.0.0-rc9
1.0.0-rc8
1.0.0-rc7
1.0.0-rc6
1.0.0-rc5
1.0.0-rc4
1.0.0-rc3
1.0.0-rc2
1.0.0-rc10
1.0.0-rc1
Node.JS sdk to interface with SAP Field Service Management APIs.
github.com/sap/fsm-sdk
sap/fsm-sdk
fsm-sdk
/
release
/
core
/
client-response.model.d.ts
7 lines
(6 loc)
•
156 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
DTOModels
}
from
'./dto-name.model'
;
export
declare
type
ClientResponse
<T
extends
DTOModels
> = {
data
: { [
key
:
string
]: T; }[]; };