Skip to content

Commit cdfeafa

Browse files
committed
Update type definitions for ko 3.5.1
1 parent 8818948 commit cdfeafa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

dist/knockout.validation.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ declare module "knockout" {
394394
};
395395
}
396396

397-
export interface Extenders {
397+
export interface Extenders<T> {
398398
/**
399399
* This is for creating custom validation logic on the fly.
400400
*
@@ -444,7 +444,7 @@ declare module "knockout" {
444444
extend(requestedExtenders: validation.ValidationExtendOptions): this & validation.ObservableValidationExtension;
445445
}
446446

447-
export interface ObservableExtenderOptions extends validation.ValidationExtendOptions { }
447+
export interface ObservableExtenderOptions<T> extends validation.ValidationExtendOptions { }
448448
}
449449

450450
export = ko.validation;

0 commit comments

Comments
 (0)