UNPKG
togezr
Version:
latest (0.1.4)
0.1.4
0.1.3
Better together_
vsls-contrib/gistpad
togezr
/
types
/
sessionConnectors
/
github
/
renderGuestsGithub.d.ts
3 lines
•
223 B
TypeScript
View Raw
1
2
3
import
{
IGuestWithSessions
}
from
'../../commands/registerBranch/branchRegistry'
;
export
declare
const
renderGuestsGithub
:
(
guests
:
IGuestWithSessions
[]
) =>
Promise
<
string
>;
//# sourceMappingURL=renderGuestsGithub.d.ts.map