mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-22 11:40:10 +08:00
Merge pull request #639 from damianog/patch-2
Update to KnockoutObservable generics
This commit is contained in:
+1
-1
@@ -13,7 +13,7 @@ interface KnockoutMappingCreateOptions {
|
||||
interface KnockoutMappingUpdateOptions {
|
||||
data: any;
|
||||
parent: any;
|
||||
observable: KnockoutObservableAny;
|
||||
observable: KnockoutObservable<any>;
|
||||
}
|
||||
|
||||
interface KnockoutMappingOptions {
|
||||
|
||||
Reference in New Issue
Block a user