Add "Print PDF" Block (#4452)
This commit is contained in:
@@ -14,6 +14,7 @@ export const ArtifactType = {
|
||||
HTMLScrape: "html_scrape",
|
||||
SkyvernLog: "skyvern_log",
|
||||
SkyvernLogRaw: "skyvern_log_raw",
|
||||
PDF: "pdf",
|
||||
} as const;
|
||||
|
||||
export type ArtifactType = (typeof ArtifactType)[keyof typeof ArtifactType];
|
||||
|
||||
Reference in New Issue
Block a user