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