Skip to content

Commit

Permalink
Fixing types
Browse files Browse the repository at this point in the history
  • Loading branch information
hvarg committed Dec 16, 2019
1 parent 18f105e commit 31fcc8d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/screens/datasets/reducers.ts
Expand Up @@ -18,6 +18,8 @@ export interface Dataset extends IdNameObject {
source: Source,
categories?: string[],
is_cached?: boolean,
resource_repr?: any,
dataset_repr?: any,
resources: DataResource[]
};

Expand Down

0 comments on commit 31fcc8d

Please sign in to comment.