UNPKG

@unchainedshop/plugins

Version:

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

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