Skip to content
This repository has been archived by the owner on Nov 26, 2024. It is now read-only.

Commit

Permalink
fix: Types
Browse files Browse the repository at this point in the history
  • Loading branch information
Norbiros committed Oct 12, 2024
1 parent 2bced7e commit 4ddd7cc
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions frontend/pages/panel/select_scene.client.vue
Original file line number Diff line number Diff line change
Expand Up @@ -91,12 +91,13 @@ const maxCloudCover = ref([20]);
const error = ref<string | undefined>(undefined);
interface Polygon {
platform: string
id: string
datetime: string
eo_cloud_cover: number
wrs_coordinates: {
path: number
row: number
wrs_path: number
wrs_row: number
}
rendered_preview: string
mosaic_endpoints: {
Expand All @@ -106,8 +107,8 @@ interface Polygon {
}
polygon: {
coordinates: {
lat: number
lon: number
latitude: number
longitude: number
}[]
}
}
Expand Down

0 comments on commit 4ddd7cc

Please sign in to comment.