mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Updated switch_type method with correct types
This commit is contained in:
Vendored
+2
-2
@@ -6,7 +6,7 @@
|
||||
declare class Recaptcha {
|
||||
constructor();
|
||||
static reload(): void;
|
||||
static switch_type(newtype: any);
|
||||
static switch_type(newtype: string): void;
|
||||
static showhelp(): void;
|
||||
static get_challenge(): string;
|
||||
static get_response(): string;
|
||||
@@ -36,4 +36,4 @@ interface CustomTranslations {
|
||||
incorrect_try_again?: string;
|
||||
image_alt_text?: string;
|
||||
privacy_and_terms?: string;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user