UNPKG
git-account-switch-ssh
Version:
latest (1.2.4)
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.0
Git Account Switch (SSH)
github.com/eric-vandenberg/git-account-switch-ssh
git-account-switch-ssh
/
lib
/
types
/
cache.ts
7 lines
(6 loc)
•
97 B
text/typescript
View Raw
1
2
3
4
5
6
7
export
interface
ICache
{
host
:
string
;
username
:
string
;
name
:
string
;
email
:
string
; }