Skip to content

Commit

Permalink
feat: fix camera uniform flow typing
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarlorentzon committed Apr 2, 2024
1 parent 9d1b72a commit fc8240b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion declarations/mapillary.js.flow
Original file line number Diff line number Diff line change
Expand Up @@ -1167,7 +1167,7 @@ export type CameraParameters = {
...
};
export type CameraUniforms = {
[key: string]: boolean | number | number[],
+[key: string]: boolean | number | number[],
...
};

Expand Down

0 comments on commit fc8240b

Please sign in to comment.