Home
last modified time | relevance | path

Searched refs:RequiredBy (Results 1 – 3 of 3) sorted by relevance

/expo/packages/expo-notifications/build/
H A DNotificationChannelManager.types.d.ts75 type RequiredBy<T, K extends keyof T> = Partial<Omit<T, K>> & Required<Pick<T, K>>; alias
80 export type NotificationChannelInput = RequiredBy<Omit<NotificationChannel, 'id' | 'audioAttributes…
H A DNotificationChannelManager.types.js.map1RequiredBy<T, K extends keyof T> = Partial<Omit<T, K>> & Required<Pick<T, K>>;\n\n/**\n * An objec…
/expo/packages/expo-notifications/src/
H A DNotificationChannelManager.types.ts91 type RequiredBy<T, K extends keyof T> = Partial<Omit<T, K>> & Required<Pick<T, K>>; alias
97 export type NotificationChannelInput = RequiredBy<