Interface FollowerWithTime

interface FollowerWithTime {
    followTime?: string;
    user: User;
}

Properties

Properties

followTime?: string
user: User