Client - init statistics store

This commit is contained in:
Sam
2021-08-21 21:13:16 +02:00
parent 6f6291fb2b
commit 0c516b9986
14 changed files with 200 additions and 2 deletions

View File

@@ -4,7 +4,6 @@ import { USER_STORE } from '@/store/constants'
import { IRootState } from '@/store/modules/root/interfaces'
import { IAuthUserProfile, ILoginOrRegisterData } from '@/types/user'
// STORE
export interface IUserState {
authToken: string | null
authUserProfile: IAuthUserProfile