Skip to content

Commit ae831f1

Browse files
committed
Fix missing fetchWeatherData
1 parent 67ff8e6 commit ae831f1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Tests/BridgeJSRuntimeTests/bridge-js.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ export interface WeatherData {
3131
description: string;
3232
humidity: number;
3333
}
34+
export function fetchWeatherData(city: string): Promise<WeatherData>;
3435

3536
// jsName tests
3637
export function $jsWeirdFunction(): number;

0 commit comments

Comments
 (0)