UNPKG

@unchainedshop/plugins

Version:

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

10 lines (9 loc) 320 B
import { type IWorkerAdapter } from '@unchainedshop/core'; export declare const PushNotificationWorkerPlugin: IWorkerAdapter<{ subscription: any; payload: string; subject: string; urgency?: 'very-low' | 'low' | 'normal' | 'high'; topic?: string; }, any>; export default PushNotificationWorkerPlugin;