UNPKG
togezr
Version:
latest (0.1.4)
0.1.4
0.1.3
Better together_
vsls-contrib/gistpad
togezr
/
types
/
commands
/
addAccountEntityCommand
/
addTeamsAccountEntityCommand.d.ts
3 lines
•
229 B
TypeScript
View Raw
1
2
3
import
{
ITeamsAccountRecord
}
from
'../../interfaces/IAccountRecord'
;
export
declare
const
addTeamsAccountEntityCommand
:
(
account
:
ITeamsAccountRecord
) =>
Promise
<
void
>;
//# sourceMappingURL=addTeamsAccountEntityCommand.d.ts.map