mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-27 02:37:26 +01:00
Mark fields readonly
This commit is contained in:
@@ -10,8 +10,8 @@ import { ITextBufferFactory, ITextSnapshot } from 'vs/editor/common/model';
|
||||
export const IBackupFileService = createDecorator<IBackupFileService>('backupFileService');
|
||||
|
||||
export interface IResolvedBackup<T extends object> {
|
||||
value: ITextBufferFactory;
|
||||
meta?: T;
|
||||
readonly value: ITextBufferFactory;
|
||||
readonly meta?: T;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user