Add type information to Memento.update
This commit is contained in:
Родитель
f8e825287c
Коммит
74070fbc1a
|
@ -40,5 +40,5 @@ export interface Memento {
|
|||
* @param key A string.
|
||||
* @param value A value. MUST not contain cyclic references.
|
||||
*/
|
||||
update(key: string, value: any): Thenable<void>;
|
||||
update<T>(key: string, value: T | undefined): Thenable<void>;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче