@chelseaapps/notification documentation
File
src/interfaces/notification-options-factory.interface.ts
Index
Methods
import { NotificationOptions } from './notification-options.interface';
export interface NotificationOptionsFactory {
createNotificationOptions(): Promise<NotificationOptions> | NotificationOptions;
}Was this helpful?