Remove remote image.

This commit is contained in:
Dessalines 2024-05-06 08:55:50 -04:00
parent f20136b0d5
commit 355b89eef5
2 changed files with 0 additions and 7 deletions

View file

@ -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";

View file

@ -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;
}