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