export const MAX_FILE_SIZE = 10485760; export const MAX_PHOTO_SIZE = 5242880; export const MAX_VIDEO_SIZE = 52428800; export const ACCEPT_SEND_MEDIA_TYPES_MAP = { picture: ["jpg", "png"], video: ["mp4"], document: ["doc", "docx", "pdf", "txt", "xlsx", "csv"], } as const;