UNPKG

@unchainedshop/plugins

Version:

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

9 lines (8 loc) 232 B
import { type IWorkerAdapter } from '@unchainedshop/core'; export declare const SmsWorkerPlugin: IWorkerAdapter<{ from?: string; to: string; text: string; [key: string]: any; }, any>; export default SmsWorkerPlugin;