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