diff --git a/typescript/case/combo/textvaluecheckcombo/combo.textvaluecheck.ts b/typescript/case/combo/textvaluecheckcombo/combo.textvaluecheck.ts index 883df68f3..c0bd45b4b 100644 --- a/typescript/case/combo/textvaluecheckcombo/combo.textvaluecheck.ts +++ b/typescript/case/combo/textvaluecheckcombo/combo.textvaluecheck.ts @@ -6,11 +6,11 @@ export declare class TextValueCheckCombo extends Widget { setTitle (v: string): void; - setValue (v: string | number): void; + setValue (v: any): void; setWarningTitle(v: string): void; - getValue(): void; + getValue(): any; populate(items: any[]): string; }