@unchainedshop/plugins
Version:
Official plugin collection for the Unchained Engine with payment, delivery, and pricing adapters
12 lines (11 loc) • 308 B
TypeScript
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[];
}>;
export default MessageWorker;