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";