mirror of
https://github.com/LemmyNet/lemmy-js-client.git
synced 2024-11-26 06:11:14 +00:00
Remove remote image.
This commit is contained in:
parent
f20136b0d5
commit
355b89eef5
2 changed files with 0 additions and 7 deletions
|
@ -224,7 +224,6 @@ export { RegistrationApplication } from "./types/RegistrationApplication";
|
|||
export { RegistrationApplicationResponse } from "./types/RegistrationApplicationResponse";
|
||||
export { RegistrationApplicationView } from "./types/RegistrationApplicationView";
|
||||
export { RegistrationMode } from "./types/RegistrationMode";
|
||||
export { RemoteImage } from "./types/RemoteImage";
|
||||
export { RemoveComment } from "./types/RemoveComment";
|
||||
export { RemoveCommunity } from "./types/RemoveCommunity";
|
||||
export { RemovePost } from "./types/RemovePost";
|
||||
|
|
|
@ -1,6 +0,0 @@
|
|||
// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
|
||||
|
||||
export interface RemoteImage {
|
||||
link: string;
|
||||
published: string;
|
||||
}
|
Loading…
Reference in a new issue