update-full
This commit is contained in:
@@ -3,7 +3,7 @@ import { PayloadAction, createSlice } from "@reduxjs/toolkit";
|
||||
export interface IDataLoginStorage {
|
||||
usernameStorage: string;
|
||||
passwordStorage: string;
|
||||
deviceIdStorage: string;
|
||||
// deviceIdStorage: string;
|
||||
}
|
||||
|
||||
export interface AuthState {
|
||||
|
||||
@@ -3,10 +3,7 @@ import { PayloadAction, createSlice } from "@reduxjs/toolkit";
|
||||
interface IUser {
|
||||
accessToken: string;
|
||||
refreshToken: string;
|
||||
accessExpiresAt: string;
|
||||
refreshExpiresAt: string;
|
||||
avatar: string;
|
||||
fullname: string;
|
||||
userId: string;
|
||||
}
|
||||
|
||||
export interface UserState {
|
||||
|
||||
Reference in New Issue
Block a user