UNPKG

git-account-switch-ssh

Version:
9 lines (8 loc) 160 B
export interface IEntry { Host: string; User?: string; AddKeysToAgent?: string; UseKeychain?: string; IdentityFile?: string[]; HostName?: string; }