interface EdgeMutualFollowedBy {
    count: number;
    edges: any[];
}

Properties

Properties

count: number
edges: any[]