Skip to content

Commit

Permalink
fix: add tweet, video and image page type
Browse files Browse the repository at this point in the history
  • Loading branch information
sywhb committed May 12, 2023
1 parent 56813b7 commit ffdcd92
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ export enum PageType {
Profile = "PROFILE",
Unknown = "UNKNOWN",
Website = "WEBSITE",
Highlights = "HIGHLIGHTS",
Tweet = "TWEET",
Video = "VIDEO",
Image = "IMAGE",
}

export interface Article {
Expand Down

0 comments on commit ffdcd92

Please sign in to comment.