We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eee0408 commit b7bd22eCopy full SHA for b7bd22e
16/umbraco-cms/customizing/extending-overview/extension-types/sections/section-view.md
@@ -51,7 +51,7 @@ The manifest can also be written in TypeScript.
51
For this TypeScript example we used a [Backoffice Entry Point](../backoffice-entry-point.md) extension to register the manifests.
52
53
```typescript
54
-import { ManifestSectionView } from '@umbraco-cms/backoffice/section';
+import type { ManifestSectionView } from '@umbraco-cms/backoffice/section';
55
56
const sectionViews: Array<ManifestSectionView> = [
57
{
0 commit comments