Re-add image exports.

This commit is contained in:
Dessalines 2024-02-20 10:34:37 -05:00
parent 1e69011c22
commit 8aad308e81

View file

@ -244,3 +244,9 @@ export { UpdateTotp } from "./types/UpdateTotp";
export { UpdateTotpResponse } from "./types/UpdateTotpResponse";
export { VerifyEmail } from "./types/VerifyEmail";
export { VoteView } from "./types/VoteView";
export {
UploadImage,
UploadImageResponse,
ImageFile,
DeleteImage,
} from "./other_types";