refactor: updater

This commit is contained in:
tiddlygit-test 2021-03-06 16:33:18 +08:00
parent 2b77b2b5a1
commit f81cb15a58
11 changed files with 129 additions and 113 deletions

View file

@ -6,6 +6,7 @@ import { Subject } from 'rxjs';
export interface IUserInfos {
userName: string;
'github-token'?: string;
'github-userName'?: string;
}
/**