interface Followers {
    href?: string;
    total: number;
}

Properties

Properties

href?: string
total: number