/* tweetTypes has all the Twitter API-related types */ export type Flags = { standard?: boolean; direct?: boolean; };