@1hive/connect-core
Version:
Access and interact with Aragon Organizations and their apps.
10 lines • 477 B
TypeScript
import { PostProcessDescription } from '../../types';
import App from '../../entities/App';
/**
* Look for known addresses and roles in a radspec description and substitute them with a human string
*
* @param {string} description
* @return {Promise<Object>} Description and annotated description
*/
export declare function postprocessRadspecDescription(description: string, installedApps: App[]): Promise<PostProcessDescription>;
//# sourceMappingURL=postprocess.d.ts.map