@1hive/connect-core
Version:
Access and interact with Aragon Organizations and their apps.
10 lines • 509 B
JavaScript
export { default as ConnectorJson, } from './connections/ConnectorJson';
export { default as App } from './entities/App';
export { default as ForwardingPath } from './entities/ForwardingPath';
export { default as Organization } from './entities/Organization';
export { default as Permission } from './entities/Permission';
export { default as Repo } from './entities/Repo';
export { default as Role } from './entities/Role';
export * from './utils';
export * from './errors';
//# sourceMappingURL=index.js.map