webpages can now be a image or pdf

This commit is contained in:
daniel31x13
2023-11-25 03:19:02 -05:00
parent 676c7c3a5d
commit b88fa446be
12 changed files with 156 additions and 15 deletions
+8 -1
View File
@@ -117,7 +117,14 @@ export type DeleteUserBody = {
};
export enum ArchivedFormat {
screenshot,
png,
jpeg,
pdf,
readability,
}
export enum LinkType {
url,
pdf,
image,
}