Admin
2022-08-17 71a23ec9b986f0946bbd1c2ef54f2cadecf1ed9b
src/stores/interface/index.ts
@@ -12,6 +12,7 @@
    userName: string;
    uid: string;
    projectId: string;
    dataList: [];
}
export interface UserInfosStates {
    userInfos: UserInfosState;