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