提交 b75adf37 编写于 作者: M Matt Bierner

Mark fields readonly

上级 89d3b684
......@@ -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;
}
/**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册