UNPKG

@commercetools-frontend/actions-global

Version:
9 lines (8 loc) 607 B
import type { TAppNotificationValuesUnexpectedError } from '@commercetools-frontend/constants'; export default function showUnexpectedErrorNotification({ errorId, }?: TAppNotificationValuesUnexpectedError): import("@commercetools-frontend/notifications").TAddNotificationAction<import("@commercetools-frontend/constants").TAppNotificationOfDomain & { kind: import("@commercetools-frontend/constants").TAppNotificationKindPage; } & { id: number; text?: undefined; values?: TAppNotificationValuesUnexpectedError | undefined; } & import("@commercetools-frontend/notifications").TNotification>;