UNPKG

@unchainedshop/plugins

Version:

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

11 lines (10 loc) 278 B
import { type IWorkerAdapter } from '@unchainedshop/core'; import type { Work } from '@unchainedshop/core-worker'; export declare const MessageWorker: IWorkerAdapter<{ template: string; _id: string; [x: string]: any; }, { info?: string; forked?: Work[]; }>;