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