From 3185b36867e031896a62f106fc0d4479a2875e38 Mon Sep 17 00:00:00 2001 From: Felix Ableitner Date: Fri, 13 Dec 2024 12:49:22 +0100 Subject: [PATCH] fix --- src/index.ts | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/index.ts b/src/index.ts index 906bb0f..9929070 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,10 +1,5 @@ export * from "./http"; -export { - UploadImage, - UploadImageResponse, - ImageFile, - DeleteImage, -} from "./other_types"; +export { UploadImage } from "./other_types"; export { ActivityId } from "./types/ActivityId"; export { AddAdmin } from "./types/AddAdmin"; export { AddAdminResponse } from "./types/AddAdminResponse";