UNPKG

fsm-sdk

Version:

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

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