Skip to content

Commit

Permalink
Update src/types/app.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Anmol Thapar <mr.anmolthapar@gmail.com>
  • Loading branch information
EmmaLRussell and absternator authored Dec 20, 2024
1 parent df8e317 commit 07dbee9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export type GroutDatasetMetadata = {
};

// We only support tile datasets at the moment
export type datasetTypes = "tile";
export type DatasetTypes = "tile";

// Data type of metadata response - currently provides only the dataset names and levels for tile data, but will
// eventually include other types of metadata
Expand Down

0 comments on commit 07dbee9

Please sign in to comment.