Home
last modified time | relevance | path

Searched defs:NotificationChannelInput (Results 1 – 2 of 2) sorted by relevance

/expo/packages/expo-notifications/build/
H A DNotificationChannelManager.types.d.ts80 export type NotificationChannelInput = RequiredBy<Omit<NotificationChannel, 'id' | 'audioAttributes… alias
/expo/packages/expo-notifications/src/
H A DNotificationChannelManager.types.ts97 export type NotificationChannelInput = RequiredBy< alias