UNPKG

fsm-sdk

Version:

Node.JS sdk to interface with SAP Field Service Management APIs.

7 lines (6 loc) 156 B
import { DTOModels } from './dto-name.model'; export declare type ClientResponse<T extends DTOModels> = { data: { [key: string]: T; }[]; };