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