UNPKG

@unchainedshop/plugins

Version:

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

9 lines (8 loc) 223 B
import { type IWorkerAdapter } from '@unchainedshop/core'; interface Arg { wait?: number; fails?: boolean; } type Result = Arg; export declare const Heartbeat: IWorkerAdapter<Arg, Result>; export default Heartbeat;