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