UNPKG

rokot-notification

Version:

Rokot - [Rocketmakers](http://www.rocketmakers.com/) TypeScript NodeJs Platform

6 lines (5 loc) 288 B
import { NotificationRecipients, ItemOrArray } from "./core"; export interface IRecipientResolver { find(recipients: NotificationRecipients, tokenName: ItemOrArray<string>, acceptString?: boolean): Promise<string[]>; } export declare const recipientTokenResolver: IRecipientResolver;