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