refactor: connect status

This commit is contained in:
Zack Spear
2023-07-24 14:20:45 -07:00
committed by Zack Spear
parent 89bc78512f
commit ee87813731
8 changed files with 127 additions and 55 deletions
+1 -1
View File
@@ -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;