UNPKG

fsm-sdk

Version:

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

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