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