refactor: Create workspace page

This commit is contained in:
tiddlygit-test 2021-02-19 00:19:44 +08:00
parent 6114794732
commit 346e963122
30 changed files with 137 additions and 112 deletions

View file

@ -1,11 +1,10 @@
/* eslint-disable unicorn/no-null */
import { ProxyPropertyType } from '@/helpers/electron-ipc-proxy/common';
import { AuthenticationChannel } from '@/constants/channels';
import { IUserInfo as IAuthingUserInfo } from '@services/types';
export interface IUserInfos {
userName: string;
authing: IAuthingUserInfo | undefined;
'github-token'?: string;
}
/**