mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
Update index.d.ts
This commit is contained in:
parent
e2bca29ab6
commit
36bf8b0bb6
4
types/knockout.mapping/index.d.ts
vendored
4
types/knockout.mapping/index.d.ts
vendored
@ -13,6 +13,10 @@ declare var self: KnockoutMapping;
|
||||
export = self;
|
||||
|
||||
declare global {
|
||||
type KnockoutObservableType<T> = {
|
||||
[P in keyof T]: KnockoutObservable<KnockoutObservableType<T[P]>>|T[P];
|
||||
};
|
||||
|
||||
interface KnockoutMappingCreateOptions {
|
||||
data: any;
|
||||
parent: any;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user