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