UNPKG
togezr
Version:
latest (0.1.4)
0.1.4
0.1.3
Better together_
vsls-contrib/gistpad
togezr
/
types
/
commands
/
removeGitHubAccountRepoCommand
/
index.d.ts
3 lines
•
253 B
TypeScript
View Raw
1
2
3
import
{
GitHubAccountRepoTreeItem
}
from
'../../activityBar/github/GitHubAccountRepoTreeItem'
;
export
declare
const
removeGitHubAccountRepoCommand
:
(
treeItem
?:
GitHubAccountRepoTreeItem
|
undefined
) =>
Promise
<
void
>;
//# sourceMappingURL=index.d.ts.map