UNPKG

@replyke/core

Version:

Replyke: Build interactive apps with social features like comments, votes, feeds, user lists, notifications, and more.

8 lines (7 loc) 136 B
export interface Follow { id: string; projectId: string; followerId: string; followedId: string; createdAt: Date; }