Workspace.DbListOrSettingName Type Alias
Workspace.DbListOrSettingName = { dbs: WorkspaceDbCloudProps[], settingName?: never } | { dbs?: never, settingName: SettingName }
Either an array of WorkspaceDbCloudProps or the name of a Setting that resolves to an array of WorkspaceDbCloudProps. Used by getWorkspaceDbs.
Defined in
- backend/src/workspace/Workspace.ts Line 558
Last Updated: 15 May, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.