Admin
2022-08-17 064c6c81fdb2ccf89c5cef81dc61adcc45fcf6ab
src/stores/interface/index.ts
@@ -12,6 +12,7 @@
    userName: string;
    uid: string;
    projectId: string;
    dataList: [];
}
export interface UserInfosStates {
    userInfos: UserInfosState;