UNPKG

expo-notifications

Version:
8 lines (5 loc) 274 B
import { ProxyNativeModule } from 'expo-modules-core'; import { NotificationResponse } from './Notifications.types'; export interface NotificationsEmitterModule extends ProxyNativeModule { getLastNotificationResponseAsync?: () => Promise<NotificationResponse | null>; }