Skip to content

Commit

Permalink
altered types to match server
Browse files Browse the repository at this point in the history
  • Loading branch information
aesteri committed Nov 3, 2024
1 parent 62cfa4e commit 3f353d8
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VITE_API_URL=https://api-url:port
VITE_API_URL=https://hytech.duckdns.org
16 changes: 16 additions & 0 deletions src/types/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
type MCAPFileInformation = {
id: string;
car_model: string;
schema_versions?: null;
mcap_files: {
signed_url: string;
file_name: string;
}[];
mat_files: {
signed_url: string;
file_name: string;
}[];
content_files: {
vn_lat_lon_plot: {
signed_url: string;
file_name: string;
}[];
};
mcap_file_name: string;
matlab_file_name: string;
aws_bucket: string;
Expand Down

0 comments on commit 3f353d8

Please sign in to comment.