@cloud-copilot/iam-collect
Version:
Collect IAM information from AWS Accounts
16 lines • 498 B
TypeScript
import { TopLevelConfig } from './config.js';
/**
* Load config files from the given paths
*
* @param paths the paths to the config files
* @returns the loaded config files
*/
export declare function loadConfigFiles(paths: string[]): TopLevelConfig[];
/**
* Load a config file from the given path
*
* @param path the path to the config file
* @returns the loaded config file
*/
export declare function loadConfigFile(path: string): TopLevelConfig;
//# sourceMappingURL=configFile.d.ts.map