|
@@ -81,7 +81,7 @@ export interface IRecentUser extends IUser {
|
|
|
|
|
|
|
|
export interface IBootResult {
|
|
export interface IBootResult {
|
|
|
compilation: ICompilation;
|
|
compilation: ICompilation;
|
|
|
- path: string;
|
|
|
|
|
|
|
+ complete: boolean;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
export interface ILoginResult {
|
|
export interface ILoginResult {
|