We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8818948 commit cdfeafaCopy full SHA for cdfeafa
1 file changed
dist/knockout.validation.d.ts
@@ -394,7 +394,7 @@ declare module "knockout" {
394
};
395
}
396
397
- export interface Extenders {
+ export interface Extenders<T> {
398
/**
399
* This is for creating custom validation logic on the fly.
400
*
@@ -444,7 +444,7 @@ declare module "knockout" {
444
extend(requestedExtenders: validation.ValidationExtendOptions): this & validation.ObservableValidationExtension;
445
446
447
- export interface ObservableExtenderOptions extends validation.ValidationExtendOptions { }
+ export interface ObservableExtenderOptions<T> extends validation.ValidationExtendOptions { }
448
449
450
export = ko.validation;
0 commit comments