UNPKG

@unchainedshop/plugins

Version:

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

13 lines (12 loc) 336 B
import { type IWorkerAdapter } from '@unchainedshop/core'; export declare const BulkGateWorker: IWorkerAdapter<{ from?: string; to?: string; text?: string; unicode?: boolean; country?: string; schedule?: string | number; promotional?: boolean; [key: string]: any; }, any>; export default BulkGateWorker;