mirror of
https://github.com/tiddly-gittly/TidGi-Desktop.git
synced 2026-01-06 01:02:19 -08:00
refactor: Create workspace page
This commit is contained in:
parent
6114794732
commit
346e963122
30 changed files with 137 additions and 112 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue