Update src/Umbraco.Web.UI.Client/src/packages/core/notification/modals/error-viewer/error-viewer-modal.token.ts

Co-authored-by: Jacob Overgaard <752371+iOvergaard@users.noreply.github.com>
This commit is contained in:
Niels Lyngsø
2025-02-04 13:44:25 +01:00
committed by GitHub
parent e034a64723
commit cab07ba6f6

View File

@@ -1,5 +1,5 @@
import { UmbModalToken } from '@umbraco-cms/backoffice/modal';
import type { UmbPeekErrorArgs } from '../../types';
import type { UmbPeekErrorArgs } from '../../types.js';
// eslint-disable-next-line @typescript-eslint/no-empty-object-type
export interface UmbErrorViewerModalData extends UmbPeekErrorArgs {}