UNPKG

@rockcarver/frodo-lib

Version:

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

21 lines 608 B
import { State } from '../shared/State'; export type Version = { getVersion(): string; getAllVersions(endpoints: { base: string; path: string; }[]): Promise<PromiseSettledResult<any>[]>; }; declare const _default: (state: State) => Version; export default _default; export declare function getVersion({ state }: { state: State; }): string; export declare function getAllVersions({ endpoints, state, }: { endpoints: { base: string; path: string; }[]; state: State; }): Promise<PromiseSettledResult<any>[]>; //# sourceMappingURL=VersionUtils.d.ts.map