UNPKG

bx-rest

Version:

Bitrix24 REST API client angular, vue or typescript

5 lines (4 loc) 240 B
import { iBXRestDepartmentHttp, iBXRestDepartment } from '../typification/rest/department/department'; export declare class BXRestMapDepartment { static get(item: iBXRestDepartmentHttp[] | undefined): iBXRestDepartment[] | undefined; }