Workspace.DbListOrSettingName Type
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
Last Updated: 13 January, 2025
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.