Interface FollowOperationOptions

interface FollowOperationOptions {
    follower: string;
    following: string;
}

Properties

Properties

follower: string
following: string