diff --git a/types/dwt/Dynamsoft.d.ts b/types/dwt/Dynamsoft.d.ts index a203071a4c..57d00a67cd 100644 --- a/types/dwt/Dynamsoft.d.ts +++ b/types/dwt/Dynamsoft.d.ts @@ -3553,7 +3553,7 @@ interface WebTwain { * @method WebTwain#SelectSource * @return {boolean} */ - SelectSource(): boolean; + SelectSource(optionalAsyncSuccessFunc?: () => void, optionalAsyncFailureFunc?: () => void): boolean; /** * Selects the index-the source in SourceNameItems property as the current source.