feat: add download option

TODO: Get better designs
This commit is contained in:
Shivam Mishra
2024-11-27 20:05:42 +05:30
parent 32df64c965
commit d93e2ee60a
2 changed files with 30 additions and 2 deletions
@@ -46,3 +46,10 @@ export const ATTACHMENT_TYPES = {
CONTACT: 'contact',
IG_REEL: 'ig_reel',
};
export const MEDIA_TYPES = [
ATTACHMENT_TYPES.IMAGE,
ATTACHMENT_TYPES.VIDEO,
ATTACHMENT_TYPES.AUDIO,
ATTACHMENT_TYPES.IG_REEL,
];