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