bug
Your Name
2022-08-25 9ec03d5c74d5ab3070561c8c576924ec42e1b464
src/stores/interface/index.ts
@@ -12,6 +12,7 @@
    userName: string;
    uid: string;
    projectId: string;
    dataList: [];
}
export interface UserInfosStates {
    userInfos: UserInfosState;