Skip to content

Commit bddbbb2

Browse files
walterh-sportsbetmichalchudziak
authored andcommitted
feat: export GeolocationError typing (#27)
1 parent 69d7d77 commit bddbbb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

typings/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export type GeolocationResponse = {
3333
timestamp: number;
3434
};
3535

36-
type GeolocationError = {
36+
export type GeolocationError = {
3737
code: number;
3838
message: string;
3939
PERMISSION_DENIED: number;

0 commit comments

Comments
 (0)