UNPKG

@rockcarver/frodo-lib

Version:

A library to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.

18 lines 593 B
import { State } from '../shared/State'; /** * Get server info * @param {State} state library state * @returns {Promise} a promise that resolves to an object containing a server info object */ export declare function getServerInfo({ state }: { state: State; }): Promise<any>; /** * Get server version info * @param {State} state library state * @returns {Promise} a promise that resolves to an object containing a server version info object */ export declare function getServerVersionInfo({ state }: { state: State; }): Promise<any>; //# sourceMappingURL=ServerInfoApi.d.ts.map