@@ -113,12 +113,6 @@ export interface IRecentUser extends IUser {
recentDate: number;
}
-export interface IBootResult {
- compilation: ICompilation;
- complete: boolean;
-}
-
export interface ILoginResult {
- userInfo: IUser;
- cptList: ICompilation;
+ userID: string;