FollowerEntity for mongo use

Implements

Followers

Param: opts

Hierarchy (view full)

Implements

Constructors

Properties

_id: ObjectId

ObjectId of the entity

createdAt: Date

created time in UTC

delFlg: 0 | 1

delete flag

followId: string

follow id

followType: string

follow type, can be 'user' or 'organization'

followerId: string

follower id

followerType: string

follower type, can be 'user' or 'organization'

id: string

id of the entity

updatedAt: Date

updated time in UTC

Generated using TypeDoc