feat(core): add Slot type and slots field to FeedItem (#53)

Co-authored-by: Ona <no-reply@ona.com>
This commit is contained in:
2026-03-01 23:57:51 +00:00
committed by GitHub
parent ac80e0cdac
commit caf48484bf
3 changed files with 110 additions and 1 deletions

View File

@@ -7,7 +7,7 @@ export type { ActionDefinition } from "./action"
export { UnknownActionError } from "./action"
// Feed
export type { FeedItem, FeedItemSignals } from "./feed"
export type { FeedItem, FeedItemSignals, Slot } from "./feed"
export { TimeRelevance } from "./feed"
// Feed Source