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