Improve types to match reality (#10691)
This commit is contained in:
parent
ba796504f5
commit
96c8267f71
2 changed files with 5 additions and 5 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue