We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53810ba commit 8241b28Copy full SHA for 8241b28
packages/models/src/types.ts
@@ -91,7 +91,17 @@ export type RecommendationItem = ExtractBizResponse<
91
92
export type ActionOperation = "contains" | "not_contains" | "eq" | "not_eq" | "gt" | "lt" | "regex"
93
export type ActionEntryField = "all" | "title" | "content" | "author" | "url" | "order"
94
-export type ActionFeedField = "view" | "title" | "site_url" | "feed_url" | "category"
+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"
105
106
export type MediaModel = Exclude<
107
ExtractBizResponse<typeof _apiClient.entries.$get>["data"],
0 commit comments