UNPKG

@uin-federation/sdk

Version:

This SDK connects to the NUI Federation API for getting or creating, revoke, generating batch for NUI from the API

7 lines (6 loc) 231 B
import { HealthResponse } from '../../common/types.js'; import { HTTP } from '../../core/transports/index.js'; export declare class Health extends HTTP { check(): Promise<HealthResponse>; } //# sourceMappingURL=health.d.ts.map