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