webpages can now be a image or pdf
This commit is contained in:
+8
-1
@@ -117,7 +117,14 @@ export type DeleteUserBody = {
|
||||
};
|
||||
|
||||
export enum ArchivedFormat {
|
||||
screenshot,
|
||||
png,
|
||||
jpeg,
|
||||
pdf,
|
||||
readability,
|
||||
}
|
||||
|
||||
export enum LinkType {
|
||||
url,
|
||||
pdf,
|
||||
image,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user