UNPKG

@unchainedshop/plugins

Version:

Official plugin collection for the Unchained Engine with payment, delivery, and pricing adapters

11 lines (10 loc) 328 B
import { type IWorkerAdapter } from '@unchainedshop/core'; interface Arg { secondsPassed?: number; } interface Result { forked?: string; } export declare const ErrorNotifications: IWorkerAdapter<Arg, Result>; export default ErrorNotifications; export declare const configureErrorNotificationsAutoscheduling: () => void;