feat: seed default dataset sources
This commit is contained in:
@@ -7,6 +7,7 @@ export type DatasetSourceDTO = {
|
||||
name: string
|
||||
kind: DatasetSourceKind
|
||||
url: string
|
||||
iconUrl: string
|
||||
description: string
|
||||
enabled: boolean
|
||||
lastSyncedAt: string | null
|
||||
@@ -46,6 +47,7 @@ export type DatasetSourceInput = {
|
||||
name: string
|
||||
kind: DatasetSourceKind
|
||||
url: string
|
||||
iconUrl: string
|
||||
description: string
|
||||
enabled: boolean
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user