UNPKG

nice-hms-integration

Version:

This is a project for the Nice-HMS software integrators to upgrade their non-ABDM software into ABDM-compliant software.

5 lines 205 B
export interface AUTH_TOKEN { token: string; } export declare const authToken: (clientId: string, clientSecrete: string, baseUrl: string) => Promise<AUTH_TOKEN>; //# sourceMappingURL=authToken.d.ts.map