Improve types to match reality (#10691)
This commit is contained in:
committed by
GitHub
parent
ba796504f5
commit
96c8267f71
@@ -75,7 +75,7 @@ export default abstract class BasePlatform {
|
||||
this.startUpdateCheck = this.startUpdateCheck.bind(this);
|
||||
}
|
||||
|
||||
public abstract getConfig(): Promise<IConfigOptions>;
|
||||
public abstract getConfig(): Promise<IConfigOptions | undefined>;
|
||||
|
||||
public abstract getDefaultDeviceDisplayName(): string;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user