Skip to content

Commit

Permalink
update type reference
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmaLRussell committed Dec 20, 2024
1 parent 07dbee9 commit be540b4
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 @@ -18,7 +18,7 @@ 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
export interface GroutMetadata {
datasets: Record<datasetTypes, Dict<GroutDatasetMetadata>>;
datasets: Record<DatasetTypes, Dict<GroutDatasetMetadata>>;
}

export interface AppLocals {
Expand Down

0 comments on commit be540b4

Please sign in to comment.