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