UNPKG

@localazy/strapi-plugin

Version:

The official Strapi Plugin by Localazy.

6 lines (5 loc) 217 B
import AlertsService from '../../alerts/services/alerts-service'; export default class DownloadAlertsService extends AlertsService { onDownload(callback: any): void; onDownloadFinished(callback: any): void; }