ItemActionScenario type
Union type representing the scenarios in which an item action is triggered.
type ItemActionScenario =
| "recent"
| "favorites"
| "sharedWithMe"
| "homeRecent"
| "homeFavorites"
| "homeSharedWithMe"
| "workspace"
| "pipeline"
| "lineage"
| "datahub"