UNPKG

notification-services

Version:

Use email, sms and custom notification services for node.js application easily

10 lines (9 loc) 251 B
export declare const customNotification: (options: { serverKey?: string; title?: string; text?: string; fcm_tokens?: string[]; }, callback: { (res: any, err: any): void; (arg0: {} | null, arg1: Error | null): void; }) => void;