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