mirror of
https://github.com/unraid/api.git
synced 2026-05-04 14:12:08 -05:00
refactor: connect status
This commit is contained in:
+1
-1
@@ -11,7 +11,7 @@ import type { Server } from '~/types/server';
|
||||
*/
|
||||
setActivePinia(createPinia());
|
||||
|
||||
export type ErrorType = 'account' | 'callback' | 'installKey' | 'server' | 'serverState';
|
||||
export type ErrorType = 'account' | 'callback' | 'installKey' | 'server' | 'serverState' | 'unraidApiState';
|
||||
export interface Error {
|
||||
actions?: ButtonProps[];
|
||||
debugServer?: Server;
|
||||
|
||||
Reference in New Issue
Block a user