Skip to content

Commit 74a8a1f

Browse files
committed
Update from js dataverse type
1 parent 065fa86 commit 74a8a1f

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
export interface DatasetType {
22
id: number
33
name: string
4-
description: string
4+
displayName: string
55
linkedMetadataBlocks?: string[]
66
availableLicenses?: string[]
7-
}
7+
description?: string
8+
}

0 commit comments

Comments
 (0)