@commercetools-frontend/actions-global
Version:
Global redux actions for a MC application
9 lines (8 loc) • 607 B
TypeScript
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>;