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