Home
last modified time | relevance | path

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

/expo/packages/expo-notifications/build/
H A DNotificationChannelManager.types.d.ts54 export type AudioAttributesInput = Partial<AudioAttributes>; alias
/expo/packages/expo-notifications/src/
H A DNotificationChannelManager.types.ts68 export type AudioAttributesInput = Partial<AudioAttributes>; alias