Fixes to users who has old accounts

This commit is contained in:
Valtteri Karesto
2022-05-11 16:07:49 +03:00
parent ef48bac8f6
commit 5dd0dfdc18
2 changed files with 34 additions and 12 deletions

View File

@@ -35,6 +35,10 @@ export interface IAccount {
hooks: string[];
isLoading: boolean;
version?: string;
error?: {
message: string;
code: string;
} | null;
}
export interface ILog {