UNPKG

@fdot/edms-api-lib

Version:

The edms-api-lib package wraps service calls to FDOT EDMS API. ## Installation `npm install @fdot/edms-api-lib --save`

15 lines (14 loc) 353 B
/** * v1 * FDOT Document Management API * The FDOT API for interfacing with the departments Document Management System * localhost:60583/swagger */ export interface DocumentGroup { Id?: string; Description?: string; /** format: int32 */ SystemId?: number; /** format: int32 */ ParentBusinessAreaId?: number; }