From ffdcd924787ece94796de57e66f77aa666de07f4 Mon Sep 17 00:00:00 2001 From: Hongbo Wu Date: Fri, 12 May 2023 10:23:40 +0800 Subject: [PATCH] fix: add tweet, video and image page type --- src/api.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/api.ts b/src/api.ts index 94a843e..0e445ef 100644 --- a/src/api.ts +++ b/src/api.ts @@ -18,7 +18,9 @@ export enum PageType { Profile = "PROFILE", Unknown = "UNKNOWN", Website = "WEBSITE", - Highlights = "HIGHLIGHTS", + Tweet = "TWEET", + Video = "VIDEO", + Image = "IMAGE", } export interface Article {