my website at ewancroft.uk
6
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(types): add missing Popfeed type exports

Export PopfeedReview, PopfeedCreativeWorkType, PopfeedMainCreditRole
from @ewanc26/atproto types.

👾 Generated with [Letta Code](https://letta.com)

Co-Authored-By: Letta Code <noreply@letta.com>

+3
+3
src/lib/services/atproto/types.ts
··· 1 1 // Re-export all types from @ewanc26/atproto. 2 2 // The app's service wrappers use these directly. 3 3 export type { 4 + PopfeedReview, 5 + PopfeedCreativeWorkType, 6 + PopfeedMainCreditRole, 4 7 ProfileData, 5 8 StatusData, 6 9 SiteInfoData,