Type Alias: WorkspaceImportIntent
WorkspaceImportIntent =
"interactive_import"|"template_reapply"
Defined in: packages/sdk/src/types_workspace_transfer.ts:556
How the caller means an import to be resolved.
interactive_import is the wizard's historical behaviour and the default.
template_reapply is the deterministic re-apply contract: exact create
intent derived from the payload, nothing matched by display name, channels
excluded, and every mutation guarded by the plan the operator approved.
Request-only. Nothing persists it.