2023-06-09 15:16:09 +00:00
|
|
|
export type MediaDownloadOption = 'never' | 'wifi_mobile_data' | 'wifi';
|
2023-05-09 22:21:02 +00:00
|
|
|
|
|
|
|
export const IMAGES_PREFERENCE_DOWNLOAD = 'imagesPreferenceDownload';
|
|
|
|
export const VIDEO_PREFERENCE_DOWNLOAD = 'videoPreferenceDownload';
|
|
|
|
export const AUDIO_PREFERENCE_DOWNLOAD = 'audioPreferenceDownload';
|