Interface IRawTimelineUser

Represents the raw data of a single timeline user.

interface IRawTimelineUser {
    user_results: IRawDataResult<IRawUser>;
}

Properties

Properties

user_results: IRawDataResult<IRawUser>