lemmy-js-client 0.19.4-alpha.3 → 0.19.4-alpha.5
Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.d.ts
CHANGED
@@ -244,3 +244,4 @@ export { UpdateTotp } from "./types/UpdateTotp";
|
|
244
244
|
export { UpdateTotpResponse } from "./types/UpdateTotpResponse";
|
245
245
|
export { VerifyEmail } from "./types/VerifyEmail";
|
246
246
|
export { VoteView } from "./types/VoteView";
|
247
|
+
export { UploadImage, UploadImageResponse, ImageFile, DeleteImage, } from "./other_types";
|
package/dist/types/EditPost.d.ts
CHANGED
package/dist/types/Post.d.ts
CHANGED
package/package.json
CHANGED