/** * Represents inner data result of either a Tweet or User. * * @public */ export interface IDataResult { result: T; }