mirror of
https://github.com/PlayEdu/frontend.git
synced 2025-12-23 07:09:34 +08:00
课程详情初步
This commit is contained in:
@@ -1,13 +1,7 @@
|
||||
import { createSlice } from "@reduxjs/toolkit";
|
||||
|
||||
type UserInterface = {
|
||||
id: number;
|
||||
name: string;
|
||||
email: string;
|
||||
avatar: string;
|
||||
};
|
||||
type UserStoreInterface = {
|
||||
user: UserInterface | null;
|
||||
user: null;
|
||||
departments: string[];
|
||||
isLogin: boolean;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user