Fix type errors (#1867)
This commit is contained in:
@@ -8,6 +8,8 @@ import {RootStoreModel} from './root-store'
|
||||
export type ServiceDescription = DescribeServer.OutputSchema
|
||||
|
||||
export class SessionModel {
|
||||
data: any = {}
|
||||
|
||||
constructor(public rootStore: RootStoreModel) {
|
||||
makeAutoObservable(this, {
|
||||
rootStore: false,
|
||||
@@ -23,6 +25,8 @@ export class SessionModel {
|
||||
return false
|
||||
}
|
||||
|
||||
clear() {}
|
||||
|
||||
/**
|
||||
* Helper to fetch the accounts config settings from an account.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user