UNPKG

@1hive/connect-core

Version:

Access and interact with Aragon Organizations and their apps.

5 lines 297 B
import { AragonArtifact } from '../../types'; export declare function getAragonOsInternalAppInfo(appId: string): AragonArtifact; export declare function getApmInternalAppInfo(appId: string): AragonArtifact; export { hasAppInfo, getAppInfo } from './interfaces'; //# sourceMappingURL=index.d.ts.map