interface Followers {
    followId: string;
    followType: string;
    followerId: string;
    followerType: string;
}

Implemented by

Properties

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'

Generated using TypeDoc