Skip to content

Commit b79b13b

Browse files
committed
fixed a return type error
1 parent 7eb8637 commit b79b13b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/panorama-types/types/api.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2015,7 +2015,7 @@ interface DollarStatic {
20152015
/**
20162016
* Return true if a file exists. Path will usually start with 'file://{images}'
20172017
*/
2018-
BImageFileExists(path: string): void;
2018+
BImageFileExists(path: string): boolean;
20192019
}
20202020

20212021
interface AsyncWebRequestResponse {

0 commit comments

Comments
 (0)