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