mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Update angular-scenario.d.ts
'enter' lacks return-type annotation, implicitly has an 'any' return type
This commit is contained in:
Vendored
+1
-1
@@ -80,7 +80,7 @@ declare module angularScenario {
|
||||
}
|
||||
|
||||
export interface Input {
|
||||
enter(value: any);
|
||||
enter(value: any): any;
|
||||
check(): any;
|
||||
select(radioButtonValue: any): any;
|
||||
val(): Future;
|
||||
|
||||
Reference in New Issue
Block a user