mirror of
https://github.com/LemmyNet/lemmy-js-client.git
synced 2024-11-22 12:21:12 +00:00
Fix conflict issues
This commit is contained in:
parent
a4d56f1133
commit
20587370ab
1 changed files with 0 additions and 4 deletions
|
@ -83,8 +83,6 @@ export { FeaturePost } from "./types/FeaturePost";
|
|||
export { FederatedInstances } from "./types/FederatedInstances";
|
||||
export { FollowCommunity } from "./types/FollowCommunity";
|
||||
export { GenerateTotpSecretResponse } from "./types/GenerateTotpSecretResponse";
|
||||
export { GetBannedPersons } from "./types/GetBannedPersons";
|
||||
export { GetCaptcha } from "./types/GetCaptcha";
|
||||
export { GetCaptchaResponse } from "./types/GetCaptchaResponse";
|
||||
export { GetComment } from "./types/GetComment";
|
||||
export { GetComments } from "./types/GetComments";
|
||||
|
@ -241,8 +239,6 @@ export { Tagline } from "./types/Tagline";
|
|||
export { TransferCommunity } from "./types/TransferCommunity";
|
||||
export { UpdateTotp } from "./types/UpdateTotp";
|
||||
export { UpdateTotpResponse } from "./types/UpdateTotpResponse";
|
||||
export { UserJoin } from "./types/UserJoin";
|
||||
export { UserJoinResponse } from "./types/UserJoinResponse";
|
||||
export { VerifyEmail } from "./types/VerifyEmail";
|
||||
export { VerifyEmailResponse } from "./types/VerifyEmailResponse";
|
||||
export { ImageFile, UploadImage, UploadImageResponse } from "./types/others";
|
||||
|
|
Loading…
Reference in a new issue