UNPKG

test_notification

Version:

JavaScript middleware designed to streamline interaction for managing and displaying in-app notifications seamlessly

4 lines (3 loc) 230 B
import type { ErrorCallbackType, VerifyTokenResponse } from '../types'; declare const verifyToken: (token: string, inAppRecipientId: string, onError: ErrorCallbackType) => Promise<VerifyTokenResponse>; export default verifyToken;