Type alias FollowNotification

FollowNotification: BaseNotification & {
    type: "follow";
    user: IUserLite;
    userId: string;
}

Type declaration

  • type: "follow"
  • user: IUserLite
  • userId: string

Generated using TypeDoc