mirror of
https://github.com/LemmyNet/lemmy-js-client.git
synced 2024-11-25 05:41:12 +00:00
Re-add exports stripped by script
This commit is contained in:
parent
92b654d7cf
commit
62d922c83e
1 changed files with 6 additions and 0 deletions
|
@ -253,3 +253,9 @@ export { UpdateTotp } from "./types/UpdateTotp";
|
||||||
export { UpdateTotpResponse } from "./types/UpdateTotpResponse";
|
export { UpdateTotpResponse } from "./types/UpdateTotpResponse";
|
||||||
export { VerifyEmail } from "./types/VerifyEmail";
|
export { VerifyEmail } from "./types/VerifyEmail";
|
||||||
export { VoteView } from "./types/VoteView";
|
export { VoteView } from "./types/VoteView";
|
||||||
|
export {
|
||||||
|
UploadImage,
|
||||||
|
UploadImageResponse,
|
||||||
|
ImageFile,
|
||||||
|
DeleteImage,
|
||||||
|
} from "./other_types";
|
||||||
|
|
Loading…
Reference in a new issue