From f0c20340ebbfc7c8102be535a4cae2603f9a2c23 Mon Sep 17 00:00:00 2001 From: CCheukKa Date: Tue, 1 Oct 2024 06:48:04 +0800 Subject: [PATCH] add more acceptable file extensions --- src/ApiTypes.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/ApiTypes.ts b/src/ApiTypes.ts index 993ff5d..af040a8 100644 --- a/src/ApiTypes.ts +++ b/src/ApiTypes.ts @@ -13,9 +13,13 @@ export enum FILE_TYPES { FOLDER = 'Folder', PNG = 'png', JPG = 'jpg', + JPEG = 'jpeg', SVG = 'svg', WEBP = 'webp', WOFF2 = 'woff2', + GIF = 'gif', + PDF = 'pdf', + CSV = 'csv', }; /* -------------------------------------------------------------------------- */ /**