UNPKG

262 BTypeScriptView Raw
1/**
2 * Fetches the encrypted config from SSM and returns
3 * the decrypted and parsed JSON object
4 * @param {String} configName [description]
5 * @return {[type]} [description]
6 */
7export declare function getConfig<T>(configName?: string): Promise<T>;