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