@unchainedshop/plugins
Version:
Official plugin collection for the Unchained Engine with payment, delivery, and pricing adapters
6 lines (5 loc) • 301 B
TypeScript
import { type IWorkerAdapter } from '@unchainedshop/core';
export declare const UpdateTokenOwnership: IWorkerAdapter<void, void>;
export declare const RefreshTokens: IWorkerAdapter<void, any>;
export default UpdateTokenOwnership;
export declare const configureRefreshTokensAutoscheduling: () => void;