UNPKG

@archon-inc/sdk

Version:

Integrate easily to our government platform using this SDK. More info on https://archon.inc/sdk

8 lines 356 B
import { JsonValue } from "type-fest"; /** * Accesses the Archon configurator to retrieve the value of a configuration key. * @param key The key of the configuration value to retrieve. * @returns The value of the configuration key. */ export default function getConfigValue(key: string): Promise<JsonValue>; //# sourceMappingURL=getConfigValue.d.ts.map