UNPKG

togezr

Version:

Better together_

9 lines 405 B
import { AccountTreeItem } from '../../activityBar/accounts/AccountTreeItem'; /** * Command to add an account entity to the account: * - For GitHub - a repo * - For Teams - a team * @param treeItem - A calling tree item, if invoked from the activity bar. */ export declare const addAccountEntityCommand: (treeItem?: AccountTreeItem | undefined) => Promise<void>; //# sourceMappingURL=index.d.ts.map