UNPKG

@unchainedshop/plugins

Version:

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

10 lines (9 loc) 252 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;