UNPKG

@localazy/strapi-plugin

Version:

The official Strapi Plugin by Localazy.

9 lines (8 loc) 254 B
import { Socket } from 'socket.io-client'; export default class AlertsService { _client: Socket; _streamIdentifier: string; constructor(); setStreamIdentifier(streamIdentifier: string): void; on(event: string, callback: any): void; }