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`

7 lines (6 loc) 130 B
export declare class AuthTokenInputs { server: string; library: string; userId: string; password: string; }