UNPKG

@unchainedshop/plugins

Version:

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

5 lines (4 loc) 225 B
import { type IWorkerAdapter } from '@unchainedshop/core'; export declare const UpdateECBRates: IWorkerAdapter<any, any>; export default UpdateECBRates; export declare const configureUpdateECBRatesAutoscheduling: () => void;