diff --git a/src/reaction.ts b/src/reaction.ts index acf7129d..d53b9aa9 100644 --- a/src/reaction.ts +++ b/src/reaction.ts @@ -1,6 +1,7 @@ import { StreamClient, APIResponse, UR } from './client'; import { StreamFeed } from './feed'; import { SiteError } from './errors'; +import { EnrichedUser } from './user'; export type TargetFeeds = (string | StreamFeed)[]; @@ -43,7 +44,7 @@ export type EnrichedReaction< latest_children: Record; latest_children_extra?: Record; own_children?: Record; - user?: UserType; + user?: EnrichedUser; }; export type EnrichedReactionAPIResponse<