mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-10 11:40:16 +08:00
Update KnockoutMappingUpdateOptions to add the missing target field
Also makes the observable field optional as it's only present if target is a writable observable.
This commit is contained in:
+2
-1
@@ -13,7 +13,8 @@ interface KnockoutMappingCreateOptions {
|
||||
interface KnockoutMappingUpdateOptions {
|
||||
data: any;
|
||||
parent: any;
|
||||
observable: KnockoutObservable<any>;
|
||||
target: any;
|
||||
observable?: KnockoutObservable<any>;
|
||||
}
|
||||
|
||||
interface KnockoutMappingOptions {
|
||||
|
||||
Reference in New Issue
Block a user