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