mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 01:58:53 +01:00
change type of _serviceBrand from any to undefined, #79918
This commit is contained in:
@@ -16,7 +16,7 @@ export interface IStorageChangeEvent {
|
||||
|
||||
export class ExtHostStorage implements ExtHostStorageShape {
|
||||
|
||||
readonly _serviceBrand: any;
|
||||
readonly _serviceBrand: undefined;
|
||||
|
||||
private _proxy: MainThreadStorageShape;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user