UNPKG
togezr
Version:
latest (0.1.4)
0.1.4
0.1.3
Better together_
vsls-contrib/gistpad
togezr
/
types
/
sessionConnectors
/
github
/
getIssueDetailsGit.d.ts
4 lines
•
289 B
TypeScript
View Raw
1
2
3
4
import
{
IRegistryData
}
from
'../../commands/registerBranch/branchRegistry'
;
import
{
IGitHubIssue
}
from
'../../interfaces/IGitHubIssue'
;
export
declare
const
getIssueDetailsGit
:
(
data
:
IRegistryData
,
githubIssue
:
IGitHubIssue
) =>
string
;
//# sourceMappingURL=getIssueDetailsGit.d.ts.map