mirror of
https://github.com/LemmyNet/lemmy-js-client.git
synced 2024-11-01 01:59:55 +00:00
Re-add image exports.
This commit is contained in:
parent
1e69011c22
commit
8aad308e81
1 changed files with 6 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue