many improvements

This commit is contained in:
Daniel
2023-07-19 16:39:59 -04:00
parent 8f6dfdd868
commit 7912815c9e
14 changed files with 176 additions and 109 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ import { AccountSettings } from "@/types/global";
type ResponseObject = {
ok: boolean;
data: object | string;
data: Omit<AccountSettings, "password"> | object | string;
};
type AccountStore = {