refactor: improve UI & types
This commit is contained in:
parent
86c29776a1
commit
2ab3d5dbe7
9 changed files with 18 additions and 15 deletions
|
@ -13,7 +13,7 @@ export interface AppInfo {
|
|||
export interface UserLogin {
|
||||
server: string
|
||||
token: string
|
||||
account?: AccountCredentials
|
||||
account: AccountCredentials
|
||||
}
|
||||
|
||||
export type PaginatorState = 'idle' | 'loading' | 'done' | 'error'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue