Skip to content

Commit 8241b28

Browse files
committed
fix: types
1 parent 53810ba commit 8241b28

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

packages/models/src/types.ts

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,17 @@ export type RecommendationItem = ExtractBizResponse<
9191

9292
export type ActionOperation = "contains" | "not_contains" | "eq" | "not_eq" | "gt" | "lt" | "regex"
9393
export type ActionEntryField = "all" | "title" | "content" | "author" | "url" | "order"
94-
export type ActionFeedField = "view" | "title" | "site_url" | "feed_url" | "category"
94+
export type ActionFeedField =
95+
| "view"
96+
| "title"
97+
| "site_url"
98+
| "feed_url"
99+
| "category"
100+
| "entry_title"
101+
| "entry_content"
102+
| "entry_url"
103+
| "entry_author"
104+
| "entry_media_length"
95105

96106
export type MediaModel = Exclude<
97107
ExtractBizResponse<typeof _apiClient.entries.$get>["data"],

0 commit comments

Comments
 (0)