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