From 355b89eef59678785b271b4728ec59c589bd62ab Mon Sep 17 00:00:00 2001 From: Dessalines Date: Mon, 6 May 2024 08:55:50 -0400 Subject: [PATCH] Remove remote image. --- src/index.ts | 1 - src/types/RemoteImage.ts | 6 ------ 2 files changed, 7 deletions(-) delete mode 100644 src/types/RemoteImage.ts diff --git a/src/index.ts b/src/index.ts index 18e31fd..d76d613 100644 --- a/src/index.ts +++ b/src/index.ts @@ -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"; diff --git a/src/types/RemoteImage.ts b/src/types/RemoteImage.ts deleted file mode 100644 index 0a015ca..0000000 --- a/src/types/RemoteImage.ts +++ /dev/null @@ -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; -}