We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 065fa86 commit 74a8a1fCopy full SHA for 74a8a1f
1 file changed
src/dataset/domain/models/DatasetType.ts
@@ -1,7 +1,8 @@
1
export interface DatasetType {
2
id: number
3
name: string
4
- description: string
+ displayName: string
5
linkedMetadataBlocks?: string[]
6
availableLicenses?: string[]
7
-}
+ description?: string
8
+}
0 commit comments