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