mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-22 16:23:45 +02:00
eslint cleanup
This commit is contained in:
@@ -16,7 +16,7 @@ export interface UserStore {
|
||||
data?: UserData;
|
||||
setUserData: Action<UserStore, UserData>;
|
||||
updateUserData: Action<UserStore, Partial<UserData>>;
|
||||
updateUserEmail: Thunk<UserStore, { email: string; password: string }, any, {}, Promise<void>>;
|
||||
updateUserEmail: Thunk<UserStore, { email: string; password: string }, any, UserStore, Promise<void>>;
|
||||
}
|
||||
|
||||
const user: UserStore = {
|
||||
|
||||
Reference in New Issue
Block a user